ComplianceQueryUserStatus (Deprecated since V1.16, use ComplianceQueryUserInfo instead)
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see ComplianceQueryUserStatus for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see ComplianceQueryUserStatus 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 ComplianceQueryUserStatus();
Observers
The callback processing interface is ComplianceResultObserver. The callback data structure is ComplianceResult.
The callback methodID is INTL_COMPLIANCE_QUERY_USER_STATUS
.
Code sample
INTLAPI.ComplianceQueryUserStatus();