matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.auth.registration
/
Stage
/
Other
Other
data
class
Other
(
val
mandatory
:
Boolean
,
val
type
:
String
,
val
params
:
Map
<
*
,
*
>
?
)
:
Stage
For unknown stages.
Members
Constructors
Other
Link copied to clipboard
constructor
(
mandatory
:
Boolean
,
type
:
String
,
params
:
Map
<
*
,
*
>
?
)
Properties
mandatory
Link copied to clipboard
open
override
val
mandatory
:
Boolean
params
Link copied to clipboard
val
params
:
Map
<
*
,
*
>
?
type
Link copied to clipboard
val
type
:
String