Skip to main content

Invoke Guild Permission Popup (ShowGroupAgreementWindow)

AndroidiOS
If you are using the Unity engine, see Unity SDK's ShowGroupAgreementWindow.

Invoke Guild Permission Popup.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowGroupAgreementWindow(const FString Channel);

Parameter Instructions

ParametersTypeExplanation
ChannelFStringOpen specified channel's agreement window

Observers

Callback handling interface is GroupBaseResultObserver.The callback data structure is BaseResult.

The callback ID is kMethodIDShowGroupAgreementWindow.

Code example

UINTLSDKAPI::ShowGroupAgreementWindow(UINTLLoginChannel::kChannelKakao);