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

e

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 orientation of the device changes.

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 device receives a push notification.

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

Fired when the device is shaken.

Fired when a device permission value changes.

Fired when the selected color of a ColorPicker window changes.

Last updated

Was this helpful?