ui / com.schibsted.account.ui / InternalUiConfiguration

InternalUiConfiguration

data class InternalUiConfiguration : Parcelable

Constructors

<init>

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, : Int = AccountUi.Params.DEFAULT_CLIENT_LOGO, teaserText: String? = AccountUi.Params.DEFAULT_TEASER, signUpNotAllowedErrorMessage: String? = null, isClosingAllowed: Boolean = AccountUi.Params.DEFAULT_IS_CANCELLABLE, showRememberMeEnabled: Boolean = AccountUi.Params.DEFAULT_SHOW_REMEMBER_ME)

Properties

clientLogo

val clientLogo: Int

clientName

val clientName: String

identifier

val identifier: String?

identifierType

val identifierType: IdentifierType

isClosingAllowed

val isClosingAllowed: Boolean

locale

val locale: Locale

redirectUri

val redirectUri: URI

showRememberMeEnabled

val showRememberMeEnabled: Boolean

signUpEnabled

val signUpEnabled: Boolean

signUpNotAllowedErrorMessage

val signUpNotAllowedErrorMessage: String?

teaserText

val teaserText: String?

Functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(dest: Parcel, flags: Int): Unit

Companion Object Properties

CREATOR

val CREATOR: Creator<InternalUiConfiguration>

Companion Object Functions

resolve

fun resolve(application: Application, uiParams: AccountUi.Params, idType: IdentifierType): InternalUiConfiguration