ComplianceQueryUserInfo
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see ComplianceQueryUserInfo for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see ComplianceQueryUserInfo for Unreal Engine SDK.
Query age and verification information of a user, as well as the compliance configurations for the user's region, which includes the legal age, game rating, and verification method.
Function definition
public static void ComplianceQueryUserInfo();
Observers
The callback processing interface is ComplianceResultObserver. The callback data structure is ComplianceResult。
The callback methodID is INTL_COMPLIANCE_QUERY_USER_INFO
。
Code sample
INTLAPI.ComplianceQueryUserInfo();