Customer callback information (CustomerResult)
Data Structure
INTLCustomerResult: Inherits from INTLBaseResult.
| Parameters | Type | Explanation |
|---|---|---|
| MsgType | int | 0: Initialization successful 1: Initialization failed 2: Closed |
To perform account deletion via customer service, you need to add the INTLWebViewResult callback. For details, see:
For example, after the deletion operation is executed, the page calls the Player Network SDK's JS API to execute the jsCallNative method.
If the deletion is successful, the callback returns a JSON string.
{"type":"request_delete_account_success","value":"Request for game account cancellation submitted successfully"}
For details, please refer to Account Deletion.