IHandlerNotification interface

Member of ININ.Addins.IC Since 2016 R1 API Version 1

Represents a notification that is sent to or received from one or more handlers.

An add-in can send notifications to one or more handlers via ININ.Addins.IC.sendHandlerNotification.

Members

data :Array.<string>

Since 2016 R1 API Version 1

An optional list of strings that are sent to or received from a handler.

eventId :string

Since 2016 R1 API Version 1

The identifier of the event for the handler notification. This value is case-insensitive.

Inherited from ININ.Addins.IC.IHandlerNotificationHeader#eventId

objectId :string

Since 2016 R1 API Version 1

The identifier of the object for the handler notification. This value is case-insensitive.

Inherited from ININ.Addins.IC.IHandlerNotificationHeader#objectId