Skip to main content

Query Registration Status (QueryRegisterStatus)

AndroidiOSWindows
If you're using the Unity engine, see the QueryRegisterStatus for Unity SDK.

Query the user's registration status.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool QueryRegisterStatus(
const FString Account,
const FString PhoneAreaCode,
const FString ExtraJson = "{}");

Input Parameters

ParametersTypeExplanation
AccountFStringAccount, supports email and phone number.
PhoneAreaCodeFStringPhone area code example "86" for China, leave empty if the account is an email.
ExtraJsonFStringAdditional information

Callback processing

The callback processing interface is AuthAccountResultObserver.The callback data structure is AccountResult.

Callback ID is kMethodIDAuthQueryRegisterStatus.

Code example

UINTLSDKAPI::QueryRegisterStatus("youremail@sample.com", "");