Invoke Guild Permission Popup (ShowGroupAgreementWindow)
Invoke Guild Permission Popup.
Function Definition
public static void ShowGroupAgreementWindow(string channel = "");
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| channel | string | Open specified channel's agreement window |
Observers
The callback handling interface is GroupBaseResultObserver.The callback data structure is BaseResult.
The callback ID is INTL_GROUP_SHOW_AGREEMENT_WINDOW.
Code example
INTLAPI.ShowGroupAgreementWindow(INTLChannel.Kakao);