Table of Contents

Class NotificationManager.Policy

Namespace
Android.App
Assembly
MASES.Netdroid.dll
public class NotificationManager.Policy : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
NotificationManager.Policy
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

arg0 int

int

arg1 int

int

arg2 int

int

Policy(int, int, int, int)

public Policy(int arg0, int arg1, int arg2, int arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

Policy(int, int, int, int, int)

public Policy(int arg0, int arg1, int arg2, int arg3, int arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

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

public override string BridgeClassName { get; }

Property Value

string

CONVERSATION_SENDERS_ANYONE

public static int CONVERSATION_SENDERS_ANYONE { get; }

Property Value

int

CONVERSATION_SENDERS_IMPORTANT

public static int CONVERSATION_SENDERS_IMPORTANT { get; }

Property Value

int

CONVERSATION_SENDERS_NONE

public static int CONVERSATION_SENDERS_NONE { get; }

Property Value

int

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

PRIORITY_CATEGORY_ALARMS

public static int PRIORITY_CATEGORY_ALARMS { get; }

Property Value

int

PRIORITY_CATEGORY_CALLS

public static int PRIORITY_CATEGORY_CALLS { get; }

Property Value

int

PRIORITY_CATEGORY_CONVERSATIONS

public static int PRIORITY_CATEGORY_CONVERSATIONS { get; }

Property Value

int

PRIORITY_CATEGORY_EVENTS

public static int PRIORITY_CATEGORY_EVENTS { get; }

Property Value

int

PRIORITY_CATEGORY_MEDIA

public static int PRIORITY_CATEGORY_MEDIA { get; }

Property Value

int

PRIORITY_CATEGORY_MESSAGES

public static int PRIORITY_CATEGORY_MESSAGES { get; }

Property Value

int

PRIORITY_CATEGORY_REMINDERS

public static int PRIORITY_CATEGORY_REMINDERS { get; }

Property Value

int

PRIORITY_CATEGORY_REPEAT_CALLERS

public static int PRIORITY_CATEGORY_REPEAT_CALLERS { get; }

Property Value

int

PRIORITY_CATEGORY_SYSTEM

public static int PRIORITY_CATEGORY_SYSTEM { get; }

Property Value

int

PRIORITY_SENDERS_ANY

public static int PRIORITY_SENDERS_ANY { get; }

Property Value

int

PRIORITY_SENDERS_CONTACTS

public static int PRIORITY_SENDERS_CONTACTS { get; }

Property Value

int

PRIORITY_SENDERS_STARRED

public static int PRIORITY_SENDERS_STARRED { get; }

Property Value

int

SUPPRESSED_EFFECT_AMBIENT

public static int SUPPRESSED_EFFECT_AMBIENT { get; }

Property Value

int

SUPPRESSED_EFFECT_BADGE

public static int SUPPRESSED_EFFECT_BADGE { get; }

Property Value

int

SUPPRESSED_EFFECT_FULL_SCREEN_INTENT

public static int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT { get; }

Property Value

int

SUPPRESSED_EFFECT_LIGHTS

public static int SUPPRESSED_EFFECT_LIGHTS { get; }

Property Value

int

SUPPRESSED_EFFECT_NOTIFICATION_LIST

public static int SUPPRESSED_EFFECT_NOTIFICATION_LIST { get; }

Property Value

int

SUPPRESSED_EFFECT_PEEK

public static int SUPPRESSED_EFFECT_PEEK { get; }

Property Value

int

SUPPRESSED_EFFECT_SCREEN_OFF

[Obsolete]
public static int SUPPRESSED_EFFECT_SCREEN_OFF { get; }

Property Value

int

SUPPRESSED_EFFECT_SCREEN_ON

[Obsolete]
public static int SUPPRESSED_EFFECT_SCREEN_ON { get; }

Property Value

int

SUPPRESSED_EFFECT_STATUS_BAR

public static int SUPPRESSED_EFFECT_STATUS_BAR { get; }

Property Value

int

priorityCallSenders

public int priorityCallSenders { get; }

Property Value

int

priorityCategories

public int priorityCategories { get; }

Property Value

int

priorityConversationSenders

public int priorityConversationSenders { get; }

Property Value

int

priorityMessageSenders

public int priorityMessageSenders { get; }

Property Value

int

suppressedVisualEffects

public int suppressedVisualEffects { get; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

PriorityCategoriesToString(int)

public static String PriorityCategoriesToString(int arg0)

Parameters

arg0 int

int

Returns

String

String

PrioritySendersToString(int)

public static String PrioritySendersToString(int arg0)

Parameters

arg0 int

int

Returns

String

String

SuppressedEffectsToString(int)

public static String SuppressedEffectsToString(int arg0)

Parameters

arg0 int

int

Returns

String

String

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int