uploadLogResult property

UploadLogResultCallback? uploadLogResult
getter/setter pair

Reports the result of uploading the SDK log files. Since v3.3.0 After uploadLogFile is called, the SDK triggers the callback to report the result of uploading the SDK log files. If the upload fails, refer to the reason parameter to troubleshoot.

Param requestId The request ID. The request ID is the same as the requestId returned in uploadLogFile. You can use the requestId to match a specific upload with a callback.

Param success Whether the log file is uploaded successfully: true: Successfully upload the log files. false: Fails to upload the log files.

Param reason The reason for the upload failure.

Implementation

UploadLogResultCallback? uploadLogResult;