AgentSdkCoreProtocol
IntroductionImplement this delegation protocol to receive feedback on core events for your registered delegates with AgentSdkCore. Methods
agentProfileSetting:changed:@optional ParametersDiscussionCalled when the agent profile setting is changed.
appCatalogLinkReceived:@optional ParametersDiscussionWhen the SDK-enabled App receives the application catalog URL, this event is triggered. The message is only used for BACKWARDS Compabilitiy with pre-version 10 servers. To get the actual post 10 app catalog, the API is part of the app catalog API. This function is here becuase it is of special case needs to access to special functions.
appWipe@optional DiscussionServer sent request to wipe app data because device has been deleted from the system. App should delete any state/date and reset itself. After this command, app will be disconnected from server and will be required to enroll again.
chatMessageReceived:@optional ParametersDiscussionCalled when a chat message is recieved from the administrator via Web Console. This is only valid if remote view session has started.
connectionStatusUpdate:errorMsg:@optional ParametersDiscussionCalled as a result of connectToDS operation. Disconnect will be sent if already connected.
deviceNameUpdate:@optional ParametersDiscussionCalled when the device name is updated.
eventLog:@optional ParametersDiscussionCalled when an event occurs from SDK. This method is meant for debugging.
injectingChar:@optional ParametersDiscussionCalled when a key event is recieved from the administrator via Web Console while taking RC. This is only valid if remote view session has started.
mouseEvent:@optional ParametersDiscussionCalled when a mouse event is recieved from the administrator via Web Console while taking RC. This is only valid if remote view session has started.
remoteViewStatusUpdate:@optional ParametersDiscussionCalled when administrator starts or stops a remote view session via Web Console.
termsAndConditionStatusUpdate:tcLink:tcAcceptedDate:@optional ParametersDiscussionCalled from Deployment Server when Terms and Conditions are updated.
|