STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.environment.logger
/
ReportCallback
Report
Callback
interface
ReportCallback
:
STWCallback
<
T
>
Content copied to clipboard
This is a callback used when send a report file to the backend
Functions
Inherited functions
See also
See also
com.
streamwide.
smartms.
lib.
core.
api.
environment.
logger.
STWLogger
Helper
Functions
on
Completed
Link copied to clipboard
abstract
fun
onCompleted
(
totalSize
:
Long
)
Content copied to clipboard
Called when the upload operation is completed successfully.
on
Progress
Link copied to clipboard
abstract
fun
onProgress
(
transferredBytes
:
Long
,
totalBytes
:
Long
)
Content copied to clipboard
Called to get information when uploading the report file
on
Started
Link copied to clipboard
abstract
fun
onStarted
(
)
Content copied to clipboard
Called when the upload of the report file is started or waiting to be started
Inherited functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
@
NonNull
error
:
T
)
Content copied to clipboard
Called when an error occurs following a request executed by the developer.