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