uploadDiagnosticLogs

Uploads the current SDK diagnostics logs to the Webex backend.

The SDK collects and bundles log files, crash reports, and native trace sidecars internally via the existing FeedbackService path.

The completion handler receives an UploadDiagnosticLogsResponse containing:

When the upload succeeds, Result.isSuccessful is true. When the upload fails, Result.isSuccessful is false, the specific failure reason is available via result.data?.result, and Result.getError contains a WebexError with the failure detail.

Since

3.16.3

Parameters

handler

completion callback returning the upload response.