responseType

Use the responseType parameter of the beginClassNotification method to specify the frequency with which an event notification is notified.

The valid values for the responseType parameter, represented by global constants in the NotificationResponses category, are listed in the following table.

Global Constant Integer Value Sends a notification…
Response_Cancel 1 When an instance of the class receives a matching event and then cancels the notification
Response_Continuous 0 Whenever an instance of the class receives a matching event
Response_Suspend 2 When an instance of the class receives a matching event and then suspends notification until the user refreshes the local copy of the instance of the class