onUploadDumpData method

void onUploadDumpData(
  1. int errorCode
)

Callback after uploading the dump data.

Available since: 3.10.0 When to Trigger: When uploadDumpData is called, this callback will be triggered after SDK executes the upload task.

  • errorCode Error code.

Implementation

void onUploadDumpData(
  int errorCode,
) {}