Skip to main content

QueryLegalDocumentsAcceptedVersion

AndroidiOSWindows
If you were looking for the method for use with Unity, see QueryLegalDocumentsAcceptedVersion for Unity SDK.

Queries the current user's legal document acceptance version.

note

Please reach out to the Player Network representative before using the API.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
public static bool QueryLegalDocumentsAcceptedVersion();

Observers

The callback processing interface is AuthResultObserver. The callback data structure is AuthResult.

The callback methodID is kMethodIDAuthQueryLegalDocuments.

Code sample

UINTLSDKAPI::QueryLegalDocumentsAcceptedVersion();

Error code

ErrorCodeError Information
1810There is no legal document data.