DeviceEvent

Wisej.Hybrid.Shared.Core.DeviceEvent

Namespace: Wisej.Hybrid.Shared.Core

Assembly: Wisej.Hybrid (3.5.0.0)

Represents an event that occurred on the Hybrid client.

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

The handler that fired the event.

type

The type of event.

data

The event payload.

Properties

Data

Object: The event data.

Handler

String: The handler that fired the event.

Type

String: The type of event.

Last updated