SsoLoginType

멀티 계정 지원을 위한 계정 타입
Account type for multi-account support

Entries

Link copied to clipboard

카카오톡 실행 후 처음 로그인한 카카오톡 계정
The first Kakao Talk account logged in after Kakao Talk is launched

Link copied to clipboard

현재 카카오톡에 활성화되어 있는 계정
The current active account in Kakao Talk

Functions

Link copied to clipboard
fun valueOf(value: String): SsoLoginType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<SsoLoginType>

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int