SessionObserver

interface SessionObserver

BandyerSDK Session Observer

Functions

Link copied to clipboard
abstract fun onSessionAuthenticated(session: Session)

Called when the session has been authenticated

Link copied to clipboard
abstract fun onSessionAuthenticating(session: Session)

Called when the session is in the authenticating process

Link copied to clipboard
abstract fun onSessionError(session: Session, error: Error)

Called when an error occurs during session lifecycle

Link copied to clipboard
abstract fun onSessionRefreshed(session: Session)

Called when the session has been refreshed

Link copied to clipboard
abstract fun onSessionRefreshing(session: Session)

Called when the session is in the refreshing process