age Auth Info
fun UserApiClient.ageAuthInfo(ageLimit: Int? = null, propertyKeys: List<String>? = null, ageCriteria: AgeCriteria? = null, callback: (info: AgeAuthInfo?, error: Throwable?) -> Unit)
Content copied to clipboard
fun RxUserApiClient.ageAuthInfo(ageLimit: Int? = null, propertyKeys: List<String>? = null, ageCriteria: AgeCriteria? = null): Single<AgeAuthInfo>
Content copied to clipboard
연령인증 정보 확인하기
Check age verification information
Parameters
age Limit
제한 연령 만족 여부를 판단하는 기준 제한 연령
Age to determine whether the user is satisfied age limit
property Keys
카카오계정 CI 값 대조가 필요한 경우 사용
Used to compare CI of Kakao Account
age Criteria
제한 연령 만족 여부 계산 기준
Criteria to determine whether the user is satisfied age limit