onUploadDumpData property

(void Function(int errorCode)?) onUploadDumpData
read / write

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

static void Function(int errorCode)? onUploadDumpData;