STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.account.login
/
CompletionCallback
Completion
Callback
interface
CompletionCallback
:
STWCallback
<
T
>
Content copied to clipboard
A callback to be implemented in order to receive information about the login process
Functions
Inherited functions
Functions
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
)
Content copied to clipboard
on
Synchronization
Finished
Link copied to clipboard
abstract
fun
onSynchronizationFinished
(
)
Content copied to clipboard
on
Synchronization
Started
Link copied to clipboard
abstract
fun
onSynchronizationStarted
(
)
Content copied to clipboard
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.