RemoteControlManager
IntroductionThe RemoteControlManager singleton object defines an interface to manage remote chat messages. MethodsdefaultRemoteControlManager+ (id)defaultRemoteControlManager; Return ValueThe singleton instance of RemoteControlManager. DiscussionGets the singleton instance of the remote control manager.
getUnreadRemoteMessageCount- (NSInteger)getUnreadRemoteMessageCount; Return ValueThe number of unread remote chat messages. DiscussionGets the count of unread remote chat messages.
sendRemoteChatMessage:- (void)sendRemoteChatMessage:(NSString *)message; ParametersDiscussionSends a remote chat message to the administrator's Web Console
PropertiesisRemoteActive@property (nonatomic, readonly) BOOL isRemoteActive; Return ValueNO : if Not Active. DiscussionCheck if remote control is active.
messagesPerSession@property (strong, nonatomic) NSMutableArray *messagesPerSession; DiscussionAn array holding all the RemoteChatMessage instances for the current remote session.
|