Query Legal Document Version Information [Player Network SDK Only]
[Player Network SDK Only] Query the version information of legal documents in the Player Network SDK.
note
Contact the Player Network assistant before integration.
Supported Platforms
- Unity
- Unreal Engine
Supports
Android, iOS, Windows platform.Supports
Android, iOS, Windows platform.Function Definition
- Unity
- Unreal Engine
void QueryLegalDocumentsAcceptedVersion();
static void QueryLegalDocumentsAcceptedVersion();
Callback Handling
The callback handling interface is GUALoginResultObservers.The callback data structure is GUALoginResult.
- Unity
- Unreal Engine
The callback event is LoginResultEvents. Callback ID is GUA_ACCOUNT_QUERY_LEGAL_DOCUMENTS.
The callback event is OnLoginResultNotify. The callback ID is kMethodIDAccountQueryLegalDocuments.
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetAccountService().QueryLegalDocumentsAcceptedVersion();
GUA_NAMESPACE::GUAAccountService::QueryLegalDocumentsAcceptedVersion();
Error Codes
| Error Codes | Explanation |
|---|---|
| 1810 | No legal document data |