LoginUiMode

enum LoginUiMode : Enum<LoginUiMode>

로그인 선택 화면 모드
Login selection screen UI mode

Entries

Link copied to clipboard

라이트 모드
Light mode

Link copied to clipboard

다크 모드
Dark mode

Link copied to clipboard

디바이스 상태에 따라 자동 설정(기본값)
Automatically sets depending on device state (default)

Functions

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

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<LoginUiMode>

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