Class Manifest.permission_group
- Namespace
- Android
- Assembly
- MASES.Netdroid.dll
public class Manifest.permission_group : JVMBridgeBase<Manifest.permission_group>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Manifest.permission_group
- Implements
- Extension Methods
Constructors
permission_group()
public permission_group()
permission_group(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public permission_group(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACTIVITY_RECOGNITION
public static String ACTIVITY_RECOGNITION { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CALENDAR
public static String CALENDAR { get; set; }
Property Value
CALL_LOG
public static String CALL_LOG { get; set; }
Property Value
CAMERA
public static String CAMERA { get; set; }
Property Value
CONTACTS
public static String CONTACTS { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LOCATION
public static String LOCATION { get; set; }
Property Value
MICROPHONE
public static String MICROPHONE { get; set; }
Property Value
NEARBY_DEVICES
public static String NEARBY_DEVICES { get; set; }
Property Value
NOTIFICATIONS
public static String NOTIFICATIONS { get; set; }
Property Value
PHONE
public static String PHONE { get; set; }
Property Value
READ_MEDIA_AURAL
public static String READ_MEDIA_AURAL { get; set; }
Property Value
READ_MEDIA_VISUAL
public static String READ_MEDIA_VISUAL { get; set; }
Property Value
SENSORS
public static String SENSORS { get; set; }
Property Value
SMS
public static String SMS { get; set; }
Property Value
STORAGE
public static String STORAGE { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for permission_group()
public static Manifest.permission_group CreatePoolableInstance()