Package 

Class DefaultSessionManagerListener

  • All Implemented Interfaces:
    com.google.android.gms.cast.framework.SessionManagerListener

    
    public abstract class DefaultSessionManagerListener
     implements SessionManagerListener<Session>
                        

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

    • Method Summary

      Modifier and Type Method Description
      void onSessionStarting(Session castSession)
      void onSessionStarted(Session castSession, String s)
      void onSessionStartFailed(Session castSession, int i)
      void onSessionEnding(Session castSession)
      void onSessionEnded(Session castSession, int i)
      void onSessionResuming(Session castSession, String s)
      void onSessionResumed(Session castSession, boolean b)
      void onSessionResumeFailed(Session castSession, int i)
      void onSessionSuspended(Session castSession, int i)
      • Methods inherited from class com.google.android.gms.cast.framework.SessionManagerListener

        onSessionEnded, onSessionEnding, onSessionResumeFailed, onSessionResumed, onSessionResuming, onSessionStartFailed, onSessionStarted, onSessionStarting, onSessionSuspended
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait