Skip to main content

ComplianceQueryStrategy

AndroidiOSWindows
If you were looking for the method for use with Unity, see ComplianceQueryStrategy for Unity SDK.

Call ComplianceQueryStrategy after a player selects a country or region to query the compliance policy of the country or region.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ComplianceQueryStrategy(const FString Region);

Input parameters

ParameterTypeDescription
RegionFStringISO 3166-1 numeric code for country or region
For example 156 for China, 040 for Austria

Observers

The callback processing interface is ComplianceResultObserver. The callback data structure is ComplianceResult.

The callback methodID is kMethodIDComplianceQueryStrategy.

Code sample

UINTLSDKAPI::ComplianceQueryStrategy("040");