createReport

open fun createReport(    @NonNull context: Context,     @Nullable comment: String,     @Nullable deviceInfo: String,     @Nullable extraFileList: List<Uri>,     @Nullable callback: ReportCallback)

A public method useful when you want to export the logger zip file with comments and/or files.

Parameters

context

The application context

comment

A useful comment to be saved in a dedicated text file when sending the logs

deviceInfo

The device information like OS version to be saved in a dedicated text file when sending the logs

extraFileList

An extra files that can be attached to the support log folder

callback

This callback is useful to listen to the upload report file