跳到主要内容

拉起公会权限弹窗(ShowGroupAgreementWindow)

AndroidiOS
如果您使用的是 Unreal Engine,请参见 Unreal Engine SDK 的 ShowGroupAgreementWindow

拉起公会权限弹窗。

函数定义

public static void ShowGroupAgreementWindow(string channel = "");

入参说明

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

回调处理

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

回调 ID 是 INTL_GROUP_SHOW_AGREEMENT_WINDOW

代码示例

INTLAPI.ShowGroupAgreementWindow(INTLChannel.Kakao);