CustomerResult
Data structure
FINTLCustomerResult: Inherits from FINTLBaseResult.
Parameter | Type | Description |
---|---|---|
MsgType | int | 0: Initialization succeeded 1: Initialization failed 2: Disable |
Using Customer Service to delete an account requires adding INTLWebViewResult
callback. For more information, see:
For example, after the delete operation is executed, the page will call the JS API of the Player Network SDK and execute the jsCallNative method.
If the operation is successful, the callback passes as a JSON string:
{"type":"request_delete_account_success","value":"Request for game account cancellation submitted successfully"}
For more information, see Account Delete.