RemoteControlManager.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesConstants
kRemoteSessionChatMessageReceivedextern NSString * const kRemoteSessionChatMessageReceived; DiscussionPredefined NSString* type denoting the a remote session chat message has been received.
kRemoteSessionStateChangedextern NSString * const kRemoteSessionStateChanged; DiscussionPredefined NSString* type denoting the state of the remote session has been changed.
kRemoteSessionStatusBrokenextern const RemoteSessionStatus kRemoteSessionStatusBroken; DiscussionPredefined RemoteSessionStatus type denoting remote session is broken.
kRemoteSessionStatusStartedextern const RemoteSessionStatus kRemoteSessionStatusStarted; DiscussionPredefined RemoteSessionStatus type denoting remote session is started.
kRemoteSessionStatusStoppedextern const RemoteSessionStatus kRemoteSessionStatusStopped; DiscussionPredefined RemoteSessionStatus type denoting remote session is stopped.
TypedefsRemoteSessionStatustypedef NSString* RemoteSessionStatus; DiscussionType used to represent the remote session connection status as a result of connecting or disconnecting.
|