toggle menu
Datatrans Android SDK
androidJvm
switch theme
search in API
Datatrans Android SDK
/
ch.datatrans.payment.bottomsheet
/
BottomSheetViewModel
Bottom
Sheet
View
Model
class
BottomSheetViewModel
:
ViewModel
Members
Constructors
Bottom
Sheet
View
Model
Link copied to clipboard
constructor
(
)
Properties
show
Content
Link copied to clipboard
val
showContent
:
MutableLiveData
<
Boolean
>
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
?