Interface: IBaseEventData¶
Base interface for all event data proxies.
Provides the eventName property that identifies which event triggered the rule.
Hierarchy¶
-
IBaseEventData
- ILinkDataReceivedEventData
- IPushNotificationEventData
- IActivityBackPressedEventData
- ICustomEventData
- IOfflineProgressUpdateEventData
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Properties¶
Readonly eventName¶
• eventName: string
The name of the event that triggered this data (e.g. 'OnLinkDataReceived', 'OnLaunch', etc.)