打开信用卡认证页面(ComplianceVerifyCreditCard)
在某些地区(例如美国),未成年人进入游戏时需要使用信用卡进行认证。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void VerifyCreditCard();
回调处理
回调处理接口是 ComplianceResultObserver。回调数据结构是 ComplianceResult。
回调 ID 是 kMethodIDComplianceVerifyCreditCard
。
代码示例
UINTLSDKAPI::VerifyCreditCard();