app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.ui.screens.premium
/
PremiumViewModel
Premium
View
Model
class
PremiumViewModel
@
Inject
constructor
(
val
billingManager
:
BillingManager
)
:
ViewModel
Members
Constructors
Premium
View
Model
Link copied to clipboard
@
Inject
constructor
(
billingManager
:
BillingManager
)
Properties
billing
Manager
Link copied to clipboard
val
billingManager
:
BillingManager
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?