DeviceEventHandler

Wisej.Web.Ext.MobileIntegration.DeviceEventHandler

Namespace: Wisej.Web.Ext.MobileIntegration

Assembly: Wisej.Web.Ext.MobileIntegration (2.5.0.0)

Represents the method that will handle the Event event.

public delegate void DeviceEventHandler(Object sender, DeviceEventArgs e)

Parameters

Name
Type
Description

sender

The Device instance created for the current session.

e

A DeviceEventArgs that contains the event data.

Fired By

Name
Description

Fired when the device sends an event back to the application.

Fired when there's an update from the device's accelerometers.

Fired when there's an update from the device's magnetometer.

Fired when the brightness of the device's screen changes.

Fired when the device gets attached to a new screen

Fired when a screen gets removed from the device

Fired when a screen gets removed from the device

Fired when there's an update from the device's gyroscope.

Fired when the device subscribes to remote notifications and receives a remote token

Fired when the back button is pressed on the device (Android only).

Fired when the selected color of a ColorPicker window changes.

Last updated