Skip to main content

ShowGroupAgreementWindow

AndroidiOS
If you were looking for the method for use with Unreal Engine, see ShowGroupAgreementWindow for Unreal Engine SDK.

Open the guild agreement popup window.

Function definition

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

Input parameters

ParameterTypeDescription
channelstringThe specified channel to open the agreement window

Observers

The callback processing interface is GroupBaseResultObserver. The callback data structure is BaseResult.

The callback methodID is INTL_GROUP_SHOW_AGREEMENT_WINDOW.

Code sample

INTLAPI.ShowGroupAgreementWindow(INTLChannel.Kakao);