toggle menu
headless
1.2.5
androidJvm
switch theme
search in API
headless
/
com.theminesec.sdk.headless.ui
/
UiState
/
Processing
Processing
interface
Processing
:
UiState
Inheritors
Idle
Authorize
Action
Query
Members
Members & Extensions
Types
Action
Link copied to clipboard
data
class
Action
(
val
actionType
:
ActionType
?
,
val
reference
:
String
)
:
UiState.Processing
Authorize
Link copied to clipboard
data
class
Authorize
(
val
paymentMethod
:
PaymentMethod
,
val
last4
:
String
)
:
UiState.Processing
Idle
Link copied to clipboard
data
object
Idle
:
UiState.Processing
Query
Link copied to clipboard
data
class
Query
(
val
reference
:
String
)
:
UiState.Processing
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