create Report
open fun createReport( @NonNull context: Context, @Nullable comment: String, @Nullable deviceInfo: String, @Nullable extraFileList: List<Uri>, @Nullable callback: ReportCallback)
Content copied to clipboard
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
device Info
The device information like OS version to be saved in a dedicated text file when sending the logs
extra File List
An extra files that can be attached to the support log folder
callback
This callback is useful to listen to the upload report file