Class NotificationManager.Policy
public class NotificationManager.Policy : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
NotificationManager.Policy
- Implements
- Inherited Members
- Extension Methods
Constructors
Policy(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 Policy(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Policy(int, int, int)
public Policy(int arg0, int arg1, int arg2)
Parameters
Policy(int, int, int, int)
public Policy(int arg0, int arg1, int arg2, int arg3)
Parameters
Policy(int, int, int, int, int)
public Policy(int arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONVERSATION_SENDERS_ANYONE
public static int CONVERSATION_SENDERS_ANYONE { get; set; }
Property Value
CONVERSATION_SENDERS_IMPORTANT
public static int CONVERSATION_SENDERS_IMPORTANT { get; set; }
Property Value
CONVERSATION_SENDERS_NONE
public static int CONVERSATION_SENDERS_NONE { get; set; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { 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
PRIORITY_CATEGORY_ALARMS
public static int PRIORITY_CATEGORY_ALARMS { get; set; }
Property Value
PRIORITY_CATEGORY_CALLS
public static int PRIORITY_CATEGORY_CALLS { get; set; }
Property Value
PRIORITY_CATEGORY_CONVERSATIONS
public static int PRIORITY_CATEGORY_CONVERSATIONS { get; set; }
Property Value
PRIORITY_CATEGORY_EVENTS
public static int PRIORITY_CATEGORY_EVENTS { get; set; }
Property Value
PRIORITY_CATEGORY_MEDIA
public static int PRIORITY_CATEGORY_MEDIA { get; set; }
Property Value
PRIORITY_CATEGORY_MESSAGES
public static int PRIORITY_CATEGORY_MESSAGES { get; set; }
Property Value
PRIORITY_CATEGORY_REMINDERS
public static int PRIORITY_CATEGORY_REMINDERS { get; set; }
Property Value
PRIORITY_CATEGORY_REPEAT_CALLERS
public static int PRIORITY_CATEGORY_REPEAT_CALLERS { get; set; }
Property Value
PRIORITY_CATEGORY_SYSTEM
public static int PRIORITY_CATEGORY_SYSTEM { get; set; }
Property Value
PRIORITY_SENDERS_ANY
public static int PRIORITY_SENDERS_ANY { get; set; }
Property Value
PRIORITY_SENDERS_CONTACTS
public static int PRIORITY_SENDERS_CONTACTS { get; set; }
Property Value
PRIORITY_SENDERS_STARRED
public static int PRIORITY_SENDERS_STARRED { get; set; }
Property Value
SUPPRESSED_EFFECT_AMBIENT
public static int SUPPRESSED_EFFECT_AMBIENT { get; set; }
Property Value
SUPPRESSED_EFFECT_BADGE
public static int SUPPRESSED_EFFECT_BADGE { get; set; }
Property Value
SUPPRESSED_EFFECT_FULL_SCREEN_INTENT
public static int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT { get; set; }
Property Value
SUPPRESSED_EFFECT_LIGHTS
public static int SUPPRESSED_EFFECT_LIGHTS { get; set; }
Property Value
SUPPRESSED_EFFECT_NOTIFICATION_LIST
public static int SUPPRESSED_EFFECT_NOTIFICATION_LIST { get; set; }
Property Value
SUPPRESSED_EFFECT_PEEK
public static int SUPPRESSED_EFFECT_PEEK { get; set; }
Property Value
SUPPRESSED_EFFECT_SCREEN_OFF
[Obsolete("Deprecated in JVM")]
public static int SUPPRESSED_EFFECT_SCREEN_OFF { get; set; }
Property Value
SUPPRESSED_EFFECT_SCREEN_ON
[Obsolete("Deprecated in JVM")]
public static int SUPPRESSED_EFFECT_SCREEN_ON { get; set; }
Property Value
SUPPRESSED_EFFECT_STATUS_BAR
public static int SUPPRESSED_EFFECT_STATUS_BAR { get; set; }
Property Value
priorityCallSenders
public int priorityCallSenders { get; set; }
Property Value
priorityCategories
public int priorityCategories { get; set; }
Property Value
priorityConversationSenders
public int priorityConversationSenders { get; set; }
Property Value
priorityMessageSenders
public int priorityMessageSenders { get; set; }
Property Value
suppressedVisualEffects
public int suppressedVisualEffects { get; set; }
Property Value
Methods
CreatePoolableInstance(int, int, int)
HPA initializer for Policy(int arg0, int arg1, int arg2)
public static NotificationManager.Policy CreatePoolableInstance(int arg0, int arg1, int arg2)
Parameters
Returns
CreatePoolableInstance(int, int, int, int)
HPA initializer for Policy(int arg0, int arg1, int arg2, int arg3)
public static NotificationManager.Policy CreatePoolableInstance(int arg0, int arg1, int arg2, int arg3)
Parameters
Returns
CreatePoolableInstance(int, int, int, int, int)
HPA initializer for Policy(int arg0, int arg1, int arg2, int arg3, int arg4)
public static NotificationManager.Policy CreatePoolableInstance(int arg0, int arg1, int arg2, int arg3, int arg4)
Parameters
Returns
DescribeContents()
public int DescribeContents()
Returns
PriorityCategoriesToString(int)
public static String PriorityCategoriesToString(int arg0)
Parameters
Returns
PrioritySendersToString(int)
public static String PrioritySendersToString(int arg0)
Parameters
Returns
SuppressedEffectsToString(int)
public static String SuppressedEffectsToString(int arg0)
Parameters
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)