stripe-android
payments-core
/
com.stripe.android.model
/
ConsumerSession
/
VerificationSession
/
SessionType
Session
Type
enum
SessionType
:
Enum
<
ConsumerSession.VerificationSession.SessionType
>
,
Parcelable
Content copied to clipboard
Entries
Types
Functions
Properties
Entries
Sms
Link copied to clipboard
Sms
(
"sms"
)
Content copied to clipboard
Email
Link copied to clipboard
Email
(
"email"
)
Content copied to clipboard
SignUp
Link copied to clipboard
SignUp
(
"signup"
)
Content copied to clipboard
Unknown
Link copied to clipboard
Unknown
(
""
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard