Class DevicePolicyIdentifiers
public class DevicePolicyIdentifiers : JVMBridgeBase<DevicePolicyIdentifiers>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DevicePolicyIdentifiers
- Implements
- Extension Methods
Constructors
DevicePolicyIdentifiers(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 DevicePolicyIdentifiers(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACCOUNT_MANAGEMENT_DISABLED_POLICY
public static String ACCOUNT_MANAGEMENT_DISABLED_POLICY { get; set; }
Property Value
APPLICATION_HIDDEN_POLICY
public static String APPLICATION_HIDDEN_POLICY { get; set; }
Property Value
APPLICATION_RESTRICTIONS_POLICY
public static String APPLICATION_RESTRICTIONS_POLICY { get; set; }
Property Value
APP_FUNCTIONS_POLICY
public static String APP_FUNCTIONS_POLICY { get; set; }
Property Value
AUTO_TIMEZONE_POLICY
public static String AUTO_TIMEZONE_POLICY { get; set; }
Property Value
AUTO_TIME_POLICY
public static String AUTO_TIME_POLICY { get; set; }
Property Value
BACKUP_SERVICE_POLICY
public static String BACKUP_SERVICE_POLICY { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CAMERA_DISABLED_POLICY
public static String CAMERA_DISABLED_POLICY { get; set; }
Property Value
CONTENT_PROTECTION_POLICY
public static String CONTENT_PROTECTION_POLICY { 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
KEYGUARD_DISABLED_FEATURES_POLICY
public static String KEYGUARD_DISABLED_FEATURES_POLICY { get; set; }
Property Value
LOCK_TASK_POLICY
public static String LOCK_TASK_POLICY { get; set; }
Property Value
PACKAGES_SUSPENDED_POLICY
public static String PACKAGES_SUSPENDED_POLICY { get; set; }
Property Value
PACKAGE_UNINSTALL_BLOCKED_POLICY
public static String PACKAGE_UNINSTALL_BLOCKED_POLICY { get; set; }
Property Value
PASSWORD_COMPLEXITY_POLICY
public static String PASSWORD_COMPLEXITY_POLICY { get; set; }
Property Value
PERMISSION_GRANT_POLICY
public static String PERMISSION_GRANT_POLICY { get; set; }
Property Value
PERSISTENT_PREFERRED_ACTIVITY_POLICY
public static String PERSISTENT_PREFERRED_ACTIVITY_POLICY { get; set; }
Property Value
RESET_PASSWORD_TOKEN_POLICY
public static String RESET_PASSWORD_TOKEN_POLICY { get; set; }
Property Value
SECURITY_LOGGING_POLICY
public static String SECURITY_LOGGING_POLICY { get; set; }
Property Value
STATUS_BAR_DISABLED_POLICY
public static String STATUS_BAR_DISABLED_POLICY { get; set; }
Property Value
USB_DATA_SIGNALING_POLICY
public static String USB_DATA_SIGNALING_POLICY { get; set; }
Property Value
USER_CONTROL_DISABLED_PACKAGES_POLICY
public static String USER_CONTROL_DISABLED_PACKAGES_POLICY { get; set; }
Property Value
Methods
GetIdentifierForUserRestriction(String)
public static String GetIdentifierForUserRestriction(String arg0)