age Auth Info
fun UserApiClient.ageAuthInfo(ageLimit: Int? = null, propertyKeys: List<String>? = null, callback: (info: AgeAuthInfo?, error: Throwable?) -> Unit)
Content copied to clipboard
연령인증이 필요한 시점 연령인증 결과 조회를 확인 하기 위해 사용.
Parameters
age Limit
reponse의 bypass_age_limit를 판단하는 기준 제한 연령
property Keys
추가 동의를 필요로 하는 인증 정보를 응답에 포함하고 싶은 경우, 해당 키 리스트
callback
연령인증 조회 결과 AgeAuthInfo 수신
fun RxUserApiClient.ageAuthInfo(ageLimit: Int? = null, propertyKeys: List<String>? = null): Single<AgeAuthInfo>
Content copied to clipboard
연령인증이 필요한 시점 연령인증 결과 조회를 확인 하기 위해 사용.
Parameters
age Limit
reponse의 bypass_age_limit를 판단하는 기준 제한 연령
property Keys
추가 동의를 필요로 하는 인증 정보를 응답에 포함하고 싶은 경우, 해당 키 리스트