Base class for all Airship events.
More...
Base class for all Airship events.
◆ AirshipEvent()
| AirshipDotNet.Events.AirshipEvent.AirshipEvent |
( |
AirshipEventType | eventType, |
|
|
object? | data = null ) |
|
inline |
Initializes a new instance of the AirshipEvent class.
- Parameters
-
| eventType | The type of the event. |
| data | The event data. |
◆ ToEventArgs()
| virtual EventArgs AirshipDotNet.Events.AirshipEvent.ToEventArgs |
( |
| ) |
|
|
inlinevirtual |
◆ Data
| object? AirshipDotNet.Events.AirshipEvent.Data |
|
get |
◆ EventType
◆ Timestamp
| DateTime AirshipDotNet.Events.AirshipEvent.Timestamp |
|
get |
Gets the timestamp when the event was created.