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