Invoke Guild Permission Popup (ShowGroupAgreementWindow)
Invoke Guild Permission Popup.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void ShowGroupAgreementWindow(const FString Channel);
Parameter Instructions
| Parameters | Type | Explanation |
|---|---|---|
| Channel | FString | Open 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);