Skip to main content

Modify legal document version information (ModifyLegalDocumentsAcceptedVersion)

AndroidiOSWindows
If you're using Unity Engine, see ModifyLegalDocumentsAcceptedVersion for Unity SDK.

Modifies the current user's legal document acceptance version

note

Before access, please first contact Player Network Assistant.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
public static bool ModifyDataProtectionAcceptance(const FString& acceptedVersions);

Input Parameters

NameTypeExplanation
acceptedVersionsFStringLegal document version information

Observers

The callback handler interface is AuthBaseResultObserver.The callback data structure is BaseResult.

Callback ID is kMethodIDAuthModifyLegalDocuments.

Code sample

UINTLSDKAPI::ModifyLegalDocumentsAcceptedVersion("0.1");

Error Codes

Error Code ListDescription
1004Format error, the size of legal document data exceeds the allowed maximum.
Default maximum is 1000 bytes, configurable by the backend.
1810Legal document does not exist.
1811The current business does not support legal documents.