GCKSession+Protected.h File

GCKSession+Protected.h File Reference

GCKSessionEndAction and GCKSessionState enums. More...

Classes

category  GCKSession(Protected)
 Methods to be overridden and called by GCKSession subclasses only. More...
 

Enumerations

enum  GCKSessionEndAction { GCKSessionEndActionLeave = 1, GCKSessionEndActionDisconnect = 2, GCKSessionEndActionStopCasting = 3 }
 Enum defining the action to take when ending a Cast session. More...
 

Detailed Description

GCKSessionEndAction and GCKSessionState enums.

Enumeration Type Documentation

Enum defining the action to take when ending a Cast session.

Since
4.0
Enumerator
GCKSessionEndActionLeave 

Explicitly leaves the session on the receiver.

GCKSessionEndActionDisconnect 

Disconnects from the session without explicitity leaving it.

GCKSessionEndActionStopCasting 

Stops the currently Casting application on the receiver and then ends the session.