AgeCriteria

enum AgeCriteria : Enum<AgeCriteria>

제한 연령 만족 여부 계산 기준
Criteria to determine whether the user is satisfied age limit

Entries

Link copied to clipboard

연 나이, 현재 연도에서 출생연도를 뺀 값
Year age

Link copied to clipboard

만 나이, 0에서 생일마다 1씩 증가하는 값
International age

Functions

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

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

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