Skip to main content

Invoke Guild Permission Popup (ShowGroupAgreementWindow)

AndroidiOS
If you are using Unreal Engine, see Unreal Engine SDK's ShowGroupAgreementWindow.

Invoke Guild Permission Popup.

Function Definition

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

Parameter Instructions

ParametersTypeExplanation
channelstringOpen 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);