拉起公会权限弹窗(ShowGroupAgreementWindow)
拉起公会权限弹窗。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowGroupAgreementWindow(const FString Channel);
入参说明
参数 | 类型 | 说明 |
---|---|---|
Channel | FString | 打开指定渠道的协议窗口 |
回调处理
回调处理接口是 GroupBaseResultObserver。回调数据结构是 BaseResult。
回调 ID 是 kMethodIDShowGroupAgreementWindow
。
代码示例
UINTLSDKAPI::ShowGroupAgreementWindow(UINTLLoginChannel::kChannelKakao);