ui / com.schibsted.account.ui / AccountUi

AccountUi

object AccountUi

Types

FlowType

enum class FlowType

Params

data class Params : Parcelable

Properties

EXTRA_ERROR

const val EXTRA_ERROR: String

KEY_CLIENT_INFO

const val KEY_CLIENT_INFO: String

KEY_FLOW_TYPE

const val KEY_FLOW_TYPE: String

KEY_PARAMS

const val KEY_PARAMS: String

RESULT_ERROR

const val RESULT_ERROR: Int

Result code sent through BaseLoginActivity.onActivityResult to notify the client application that an error happened

SMARTLOCK_FAILED

const val SMARTLOCK_FAILED: Int

Result code sent through BaseLoginActivity.onActivityResult to notify the client application that the smartlock login failed

Functions

getCallingIntent

fun getCallingIntent(context: Context, flowType: AccountUi.FlowType, params: AccountUi.Params = Params()): Intent

preInitialize

fun preInitialize(onUiReady: ResultCallback<Void?>): Unit