Skip to main content

CustomerResult

Data structure

INTLCustomerResult: Inherits from INTLBaseResult.

ParameterTypeDescription
MsgTypeint0: 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.