Class UM_Permissions
Main entry point for the Permissions Services APIs. This class provides APIs and interfaces to access the permission functionality.
Inheritance
System.Object
UM_Permissions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.CrossPlatform.App
Assembly: cs.temp.dll.dll
Syntax
public static class UM_Permissions
Properties
Camera
Camera Permissions Client.
Declaration
public static UM_IPermission Camera { get; }
Property Value
Type | Description |
---|---|
UM_IPermission |
Contacts
Contacts Permissions Client. Requires Contacts framework on IOS.
Declaration
public static UM_IPermission Contacts { get; }
Property Value
Type | Description |
---|---|
UM_IPermission |
Notifications
Notifications Permissions Client. Requires UserNotifications framework on IOS.
Declaration
public static UM_IPermission Notifications { get; }
Property Value
Type | Description |
---|---|
UM_IPermission |
Photos
Photo Gallery Permissions Client. Requires Photos framework on IOS.
Declaration
public static UM_IPermission Photos { get; }
Property Value
Type | Description |
---|---|
UM_IPermission |