ShowGroupAgreementWindow
AndroidiOS
If you were looking for the method for use with Unity, see ShowGroupAgreementWindow for Unity SDK.
If you were looking for the method for use with Unity, see ShowGroupAgreementWindow for Unity SDK.
Open the guild agreement popup window.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowGroupAgreementWindow(const FString Channel);
Input parameters
Parameter | Type | Description |
---|---|---|
Channel | FString | The specified channel to open the agreement window |
Observers
The callback processing interface is GroupBaseResultObserver. The callback data structure is BaseResult.
The callback methodID is kMethodIDShowGroupAgreementWindow
.
Code sample
UINTLSDKAPI::ShowGroupAgreementWindow(UINTLLoginChannel::kChannelKakao);