Package tv.mycujoo.mclscast.manager
Class CastSessionListener
-
- All Implemented Interfaces:
public class CastSessionListener
-
-
Constructor Summary
Constructors Constructor Description CastSessionListener()
-
Method Summary
Modifier and Type Method Description UnitonSessionEnded(Integer code)UnitonSessionEnding()UnitonSessionResumeFailed(Integer error)UnitonSessionResumed(Boolean wasSuspended)UnitonSessionResuming(String sessionId)UnitonSessionStartFailed(Integer error)UnitonSessionStarted(String sessionId)UnitonSessionStarting()UnitonSessionSuspended(Integer reason)-
-
Method Detail
-
onSessionEnded
Unit onSessionEnded(Integer code)
-
onSessionEnding
Unit onSessionEnding()
-
onSessionResumeFailed
Unit onSessionResumeFailed(Integer error)
-
onSessionResumed
Unit onSessionResumed(Boolean wasSuspended)
-
onSessionResuming
Unit onSessionResuming(String sessionId)
-
onSessionStartFailed
Unit onSessionStartFailed(Integer error)
-
onSessionStarted
Unit onSessionStarted(String sessionId)
-
onSessionStarting
Unit onSessionStarting()
-
onSessionSuspended
Unit onSessionSuspended(Integer reason)
-
-
-
-