STWAccountSessionCallback

interface STWAccountSessionCallback : STWCallback<T>

A callback to account session states and errors

Functions

Link copied to clipboard
abstract fun onConnected()
connection established
Link copied to clipboard
abstract fun onConnecting()
Trying to connect
Link copied to clipboard
abstract fun onSessionEnded()
session is ended

Inherited functions

Link copied to clipboard
abstract fun onError(@NonNull error: T)
Called when an error occurs following a request executed by the developer.