Skip to main content

Open Account Deletion Page (OpenDeleteAccountUrl) [MSD Only]

Open the account deletion page. [MSD Only].

Supported Platforms

Supports Android, iOS platform.

Function Definition

void OpenDeleteAccountUrl(string url,
int screenType = 1,
bool isFullScreen = false,
string extraJson = "");

Input Parameters

ParametersTypeDescription
urlstringGame Data Authorization Page URL
screenTypeintScreen orientation
1: Landscape and portrait
2: Portrait
3: Landscape
isFullScreenboolFull screen enabled
extraJsonstringExtended Field

Callback Handling

The callback handler interface is GUAWebViewResultObserver.The callback data structure is GUAWebViewRet.

The callback event is WebViewRetEvents. The callback ID is GUA_WEBVIEW_CLOSE_URL.

Code Example

UnionAdapterAPI.GetWebViewService().OpenDeleteAccountUrl("url");