STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.account
/
STWAccountSessionCallback
STWAccount
Session
Callback
interface
STWAccountSessionCallback
:
STWCallback
<
T
>
Content copied to clipboard
A callback to account session states and errors
Functions
Inherited functions
Functions
on
Connected
Link copied to clipboard
abstract
fun
onConnected
(
)
Content copied to clipboard
connection established
on
Connecting
Link copied to clipboard
abstract
fun
onConnecting
(
)
Content copied to clipboard
Trying to connect
on
Session
Ended
Link copied to clipboard
abstract
fun
onSessionEnded
(
)
Content copied to clipboard
session is ended
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.