RegistrationOptions

sealed class RegistrationOptions(val type: String)

Inheritors

Constructors

Link copied to clipboard
protected constructor(type: String)

Types

Link copied to clipboard
data class Email(val placeholder: String?, val addressLabel: String, val properties: JsonMap?, val resendOptions: Item.ContactManagement.ResendOptions, val errorMessages: Item.ContactManagement.ErrorMessages) : Item.ContactManagement.RegistrationOptions
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun toJson(): JsonMap