Skip to main content

Modify legal document version information [Player Network SDK only]

[Player Network SDK only] Modify the legal document version information for Player Network SDK users.

note

Contact the Player Network assistant before integration.

Supported Platforms

Supports Android, iOS, Windows platform.

Function Definition

void ModifyLegalDocumentsAcceptedVersion(string version);

Input Parameters

NameTypeDescription
versionstringLegal document version information

Callback Handling

The callback processing interface is GUABaseResultObservers.The callback data structure is GUABaseResult.

The callback event is LoginBaseResultEvents. The callback ID is GUA_ACCOUNT_MODIFY_LEGAL_DOCUMENTS.

Code Example

UnionAdapterAPI.GetAccountService().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