DefaultSessionManagerListener

Helper abstract SessionManagerListener to allow selective overrides. All methods are implemented as no-ops.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onSessionEnded(castSession: Session, i: Int)
Link copied to clipboard
open fun onSessionEnding(castSession: Session)
Link copied to clipboard
open fun onSessionResumed(castSession: Session, b: Boolean)
Link copied to clipboard
open fun onSessionResumeFailed(castSession: Session, i: Int)
Link copied to clipboard
open fun onSessionResuming(castSession: Session, s: String)
Link copied to clipboard
open fun onSessionStarted(castSession: Session, s: String)
Link copied to clipboard
open fun onSessionStartFailed(castSession: Session, i: Int)
Link copied to clipboard
open fun onSessionStarting(castSession: Session)
Link copied to clipboard
open fun onSessionSuspended(castSession: Session, i: Int)