Class NotificationManager.Policy
public class NotificationManager.Policy : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Parcelable>NotificationManager.Policy
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Parcelable>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<Parcelable>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()JVMBridgeBase<Parcelable>.Execute<T>(params T[])JVMBridgeBase<Parcelable>.DynBridgeClazzJVMBridgeBase<Parcelable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Policy()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Policy()
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
Policy(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public Policy(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CONVERSATION_SENDERS_ANYONE
public static int CONVERSATION_SENDERS_ANYONE { get; }
Property Value
CONVERSATION_SENDERS_IMPORTANT
public static int CONVERSATION_SENDERS_IMPORTANT { get; }
Property Value
CONVERSATION_SENDERS_NONE
public static int CONVERSATION_SENDERS_NONE { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
PRIORITY_CATEGORY_ALARMS
public static int PRIORITY_CATEGORY_ALARMS { get; }
Property Value
PRIORITY_CATEGORY_CALLS
public static int PRIORITY_CATEGORY_CALLS { get; }
Property Value
PRIORITY_CATEGORY_CONVERSATIONS
public static int PRIORITY_CATEGORY_CONVERSATIONS { get; }
Property Value
PRIORITY_CATEGORY_EVENTS
public static int PRIORITY_CATEGORY_EVENTS { get; }
Property Value
PRIORITY_CATEGORY_MEDIA
public static int PRIORITY_CATEGORY_MEDIA { get; }
Property Value
PRIORITY_CATEGORY_MESSAGES
public static int PRIORITY_CATEGORY_MESSAGES { get; }
Property Value
PRIORITY_CATEGORY_REMINDERS
public static int PRIORITY_CATEGORY_REMINDERS { get; }
Property Value
PRIORITY_CATEGORY_REPEAT_CALLERS
public static int PRIORITY_CATEGORY_REPEAT_CALLERS { get; }
Property Value
PRIORITY_CATEGORY_SYSTEM
public static int PRIORITY_CATEGORY_SYSTEM { get; }
Property Value
PRIORITY_SENDERS_ANY
public static int PRIORITY_SENDERS_ANY { get; }
Property Value
PRIORITY_SENDERS_CONTACTS
public static int PRIORITY_SENDERS_CONTACTS { get; }
Property Value
PRIORITY_SENDERS_STARRED
public static int PRIORITY_SENDERS_STARRED { get; }
Property Value
SUPPRESSED_EFFECT_AMBIENT
public static int SUPPRESSED_EFFECT_AMBIENT { get; }
Property Value
SUPPRESSED_EFFECT_BADGE
public static int SUPPRESSED_EFFECT_BADGE { get; }
Property Value
SUPPRESSED_EFFECT_FULL_SCREEN_INTENT
public static int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT { get; }
Property Value
SUPPRESSED_EFFECT_LIGHTS
public static int SUPPRESSED_EFFECT_LIGHTS { get; }
Property Value
SUPPRESSED_EFFECT_NOTIFICATION_LIST
public static int SUPPRESSED_EFFECT_NOTIFICATION_LIST { get; }
Property Value
SUPPRESSED_EFFECT_PEEK
public static int SUPPRESSED_EFFECT_PEEK { get; }
Property Value
SUPPRESSED_EFFECT_SCREEN_OFF
[Obsolete]
public static int SUPPRESSED_EFFECT_SCREEN_OFF { get; }
Property Value
SUPPRESSED_EFFECT_SCREEN_ON
[Obsolete]
public static int SUPPRESSED_EFFECT_SCREEN_ON { get; }
Property Value
SUPPRESSED_EFFECT_STATUS_BAR
public static int SUPPRESSED_EFFECT_STATUS_BAR { get; }
Property Value
priorityCallSenders
public int priorityCallSenders { get; }
Property Value
priorityCategories
public int priorityCategories { get; }
Property Value
priorityConversationSenders
public int priorityConversationSenders { get; }
Property Value
priorityMessageSenders
public int priorityMessageSenders { get; }
Property Value
suppressedVisualEffects
public int suppressedVisualEffects { get; }
Property Value
Methods
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)