toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.payment.externalbilling.viewmodel
/
ExternalBillingViewModel
External
Billing
View
Model
class
ExternalBillingViewModel
:
ViewModel
Members
Constructors
External
Billing
View
Model
Link copied to clipboard
constructor
(
)
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
?
login
Link copied to clipboard
fun
login
(
idDescriptor
:
String
,
username
:
String
,
password
:
String
,
projectId
:
String
)
:
Boolean
typing
Link copied to clipboard
fun
typing
(
)