跳到主要内容

拉起公会权限弹窗(ShowGroupAgreementWindow)

AndroidiOS
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 ShowGroupAgreementWindow

拉起公会权限弹窗。

函数定义

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowGroupAgreementWindow(const FString Channel);

入参说明

参数类型说明
ChannelFString打开指定渠道的协议窗口

回调处理

回调处理接口是 GroupBaseResultObserver。回调数据结构是 BaseResult

回调 ID 是 kMethodIDShowGroupAgreementWindow

代码示例

UINTLSDKAPI::ShowGroupAgreementWindow(UINTLLoginChannel::kChannelKakao);