Skip to main content

DeviceEvent

Namespace: Wisej.Hybrid.Shared.Core

Assembly: Wisej.Hybrid

Represents an event that occurred on the Hybrid client.

public class DeviceEvent

Constructors​

Instance memberDeviceEvent()​

Initializes a new instance of DeviceEvent.

Instance memberDeviceEvent(handler, type, data)​

Initializes a new instance of DeviceEvent with the given _args.

NameTypeDescription
handlerStringThe handler that fired the event.
typeStringThe type of event.
dataObjectThe event payload.

Properties​

Instance memberData​

Object: The event data.

Instance memberHandler​

String: The handler that fired the event.

Instance memberType​

String: The type of event.