toggle menu
headless
1.2.5
androidJvm
switch theme
search in API
headless
/
com.theminesec.sdk.headless.ui
/
UiState
/
Processing
/
Authorize
Authorize
data
class
Authorize
(
val
paymentMethod
:
PaymentMethod
,
val
last4
:
String
)
:
UiState.Processing
Members
Members & Extensions
Constructors
Authorize
Link copied to clipboard
constructor
(
paymentMethod
:
PaymentMethod
,
last4
:
String
)
Properties
last4
Link copied to clipboard
val
last4
:
String
payment
Method
Link copied to clipboard
val
paymentMethod
:
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