AgeAuthLevel

@Serializable
enum AgeAuthLevel : Enum<AgeAuthLevel>

연령인증 레벨
Age verification level

Entries

Link copied to clipboard

1차, 연령인증
Level 1, Age verification

Link copied to clipboard

2차, 본인인증
Level 2, Identity verification

Functions

Link copied to clipboard
fun toParameter(): String
Link copied to clipboard
fun valueOf(value: String): AgeAuthLevel

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

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