toggle menu
headless
1.2.5
androidJvm
switch theme
search in API
headless
/
com.theminesec.sdk.headless.ui
/
UiState
/
Awaiting
Awaiting
interface
Awaiting
:
UiState
Inheritors
Idle
Retryable
Members
Members & Extensions
Types
Idle
Link copied to clipboard
data
class
Idle
(
val
supportedPayments
:
List
<
PaymentMethod
>
)
:
UiState.Awaiting
Retryable
Link copied to clipboard
data
class
Retryable
(
val
supportedPayments
:
List
<
PaymentMethod
>
,
@
StringRes
val
res
:
Int
?
)
:
UiState.Awaiting
Properties
supported
Payments
Link copied to clipboard
abstract
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