Open credit card verification page (ComplianceVerifyCreditCard)
AndroidiOSWindows
If you are using the Unity engine, please refer to Unity SDK's ComplianceVerifyCreditCard.
If you are using the Unity engine, please refer to Unity SDK's ComplianceVerifyCreditCard.
In certain regions (e.g., the United States), minors need to use a credit card for verification when entering the game.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void VerifyCreditCard();
Observers
The callback handler interface is ComplianceResultObserver.The callback data structure is ComplianceResult.
The callback ID is kMethodIDComplianceVerifyCreditCard.
Code sample
UINTLSDKAPI::VerifyCreditCard();