拉起公会权限弹窗(ShowGroupAgreementWindow)
拉起公会权限弹窗。
函数定义
public static void ShowGroupAgreementWindow(string channel = "");
入参说明
参数 | 类型 | 说明 |
---|---|---|
channel | string | 打开指定渠道的协议窗口 |
回调处理
回调处理接口是 GroupBaseResultObserver。回调数据结构是 BaseResult。
回调 ID 是 INTL_GROUP_SHOW_AGREEMENT_WINDOW
。
代码示例
INTLAPI.ShowGroupAgreementWindow(INTLChannel.Kakao);