Referer

@Serializable(with = ServiceTerms.RefererSerializer::class)
enum Referer : Enum<ServiceTerms.Referer>

서비스 약관의 동의 경로
Path through which the service terms were agreed to.

Entries

Link copied to clipboard

카카오싱크 간편가입 동의 화면
Consent screen of Kakao Sync Simple Signup.

Link copied to clipboard

기타
Other paths.

Link copied to clipboard

알 수 없음
Unknown

Functions

Link copied to clipboard
fun valueOf(value: String): ServiceTerms.Referer

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

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