toggle menu
headless
1.2.8
androidJvm
switch theme
search in API
headless
/
com.theminesec.sdk.headless.ui
/
UiState
/
Awaiting
/
Idle
Idle
data
class
Idle
(
val
supportedPayments
:
List
<
PaymentMethod
>
)
:
UiState.Awaiting
Members
Members & Extensions
Constructors
Idle
Link copied to clipboard
constructor
(
supportedPayments
:
List
<
PaymentMethod
>
)
Properties
supported
Payments
Link copied to clipboard
open
override
val
supportedPayments
:
List
<
PaymentMethod
>
Functions
get
Description
Link copied to clipboard
@
ReadOnlyComposable
@
Composable
fun
UiState
.
getDescription
(
)
:
String
get
Description
Res
Link copied to clipboard
fun
UiState
.
getDescriptionRes
(
)
:
Int
get
Title
Link copied to clipboard
@
ReadOnlyComposable
@
Composable
fun
UiState
.
getTitle
(
)
:
String
get
Title
Res
Link copied to clipboard
fun
UiState
.
getTitleRes
(
)
:
Int