DeviceEvent
Namespace: Wisej.Hybrid.Shared.Core
Assembly: Wisej.Hybrid
Represents an event that occurred on the Hybrid client.
- C#
- VB.NET
public class DeviceEvent
Public Class DeviceEvent
Constructors
DeviceEvent()
Initializes a new instance of DeviceEvent.
DeviceEvent(handler, type, data)
Initializes a new instance of DeviceEvent with the given _args.
| Name | Type | Description |
|---|---|---|
| handler | String | The handler that fired the event. |
| type | String | The type of event. |
| data | Object | The event payload. |
Properties
Data
Object: The event data.
Handler
String: The handler that fired the event.
Type
String: The type of event.