AccountLoginParams

data class AccountLoginParams(val prompts: List<Prompt>? = null, val loginHint: String? = null) : Parcelable

카카오계정으로 로그인 기능을 위한 설정
Configuration for Login with Kakao Account

Constructors

Link copied to clipboard
constructor(prompts: List<Prompt>? = null, loginHint: String? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val loginHint: String? = null

카카오계정 로그인 페이지의 ID란에 자동 입력할 값
A value to fill in ID field of the Kakao Account login page

Link copied to clipboard
val prompts: List<Prompt>? = null

동의 화면에 상호작용 추가 요청 프롬프트
Prompt to add an interaction to the consent screen