Device.PermissionType

Wisej.Web.Ext.MobileIntegration.Device PermissionType

Namespace: Wisej.Web.Ext.MobileIntegration

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

Available device permission types.

public enum PermissionType : Enum

Fields

NameDescription

Camera

Requests access to the device's camera.

Location

Requests access to the device's location.

Microphone

Requests access to the device's microphone.

Notifications

Requests permission to send the device notifications.

Photos

Requests access to the device's photos.

Used By

NameDescription

Requests the specified permission from the device if access hasn't already been granted.

Last updated