data class InternalUiConfiguration : Parcelable
InternalUiConfiguration(source: Parcel) InternalUiConfiguration(clientName: String, redirectUri: URI, locale: Locale = AccountUi.Params.DEFAULT_LOCALE, identifierType: IdentifierType = Identifier.IdentifierType.EMAIL, identifier: String? = AccountUi.Params.DEFAULT_PREFILLED_IDENTIFIER, signUpEnabled: Boolean = true, clientLogo: Int = AccountUi.Params.DEFAULT_CLIENT_LOGO, : String? = AccountUi.Params.DEFAULT_TEASER, signUpNotAllowedErrorMessage: String? = null, isClosingAllowed: Boolean = AccountUi.Params.DEFAULT_IS_CANCELLABLE, showRememberMeEnabled: Boolean = AccountUi.Params.DEFAULT_SHOW_REMEMBER_ME) |
val clientLogo: Int |
|
val clientName: String |
|
val identifier: String? |
|
val identifierType: IdentifierType |
|
val isClosingAllowed: Boolean |
|
val locale: Locale |
|
val redirectUri: URI |
|
val showRememberMeEnabled: Boolean |
|
val signUpEnabled: Boolean |
|
val signUpNotAllowedErrorMessage: String? |
|
val teaserText: String? |
fun describeContents(): Int |
|
fun writeToParcel(dest: Parcel, flags: Int): Unit |
val CREATOR: Creator<InternalUiConfiguration> |
fun resolve(application: Application, uiParams: AccountUi.Params, idType: IdentifierType): InternalUiConfiguration |