responseType

Type: Integer

The read-only responseType property of the Notification class is set to the responseType parameter of the notification request.

The responseType parameter specifies the frequency with which an event notification is to be sent.

The NotificationResponses category global constants for the types of response that can be sent are listed in the following table.

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