Table of Contents

Class NotificationManager.Policy

Namespace
Android.App
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

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

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONVERSATION_SENDERS_ANYONE

public static int CONVERSATION_SENDERS_ANYONE { get; set; }

Property Value

int

CONVERSATION_SENDERS_IMPORTANT

public static int CONVERSATION_SENDERS_IMPORTANT { get; set; }

Property Value

int

CONVERSATION_SENDERS_NONE

public static int CONVERSATION_SENDERS_NONE { get; set; }

Property Value

int

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

PRIORITY_CATEGORY_ALARMS

public static int PRIORITY_CATEGORY_ALARMS { get; set; }

Property Value

int

PRIORITY_CATEGORY_CALLS

public static int PRIORITY_CATEGORY_CALLS { get; set; }

Property Value

int

PRIORITY_CATEGORY_CONVERSATIONS

public static int PRIORITY_CATEGORY_CONVERSATIONS { get; set; }

Property Value

int

PRIORITY_CATEGORY_EVENTS

public static int PRIORITY_CATEGORY_EVENTS { get; set; }

Property Value

int

PRIORITY_CATEGORY_MEDIA

public static int PRIORITY_CATEGORY_MEDIA { get; set; }

Property Value

int

PRIORITY_CATEGORY_MESSAGES

public static int PRIORITY_CATEGORY_MESSAGES { get; set; }

Property Value

int

PRIORITY_CATEGORY_REMINDERS

public static int PRIORITY_CATEGORY_REMINDERS { get; set; }

Property Value

int

PRIORITY_CATEGORY_REPEAT_CALLERS

public static int PRIORITY_CATEGORY_REPEAT_CALLERS { get; set; }

Property Value

int

PRIORITY_CATEGORY_SYSTEM

public static int PRIORITY_CATEGORY_SYSTEM { get; set; }

Property Value

int

PRIORITY_SENDERS_ANY

public static int PRIORITY_SENDERS_ANY { get; set; }

Property Value

int

PRIORITY_SENDERS_CONTACTS

public static int PRIORITY_SENDERS_CONTACTS { get; set; }

Property Value

int

PRIORITY_SENDERS_STARRED

public static int PRIORITY_SENDERS_STARRED { get; set; }

Property Value

int

SUPPRESSED_EFFECT_AMBIENT

public static int SUPPRESSED_EFFECT_AMBIENT { get; set; }

Property Value

int

SUPPRESSED_EFFECT_BADGE

public static int SUPPRESSED_EFFECT_BADGE { get; set; }

Property Value

int

SUPPRESSED_EFFECT_FULL_SCREEN_INTENT

public static int SUPPRESSED_EFFECT_FULL_SCREEN_INTENT { get; set; }

Property Value

int

SUPPRESSED_EFFECT_LIGHTS

public static int SUPPRESSED_EFFECT_LIGHTS { get; set; }

Property Value

int

SUPPRESSED_EFFECT_NOTIFICATION_LIST

public static int SUPPRESSED_EFFECT_NOTIFICATION_LIST { get; set; }

Property Value

int

SUPPRESSED_EFFECT_PEEK

public static int SUPPRESSED_EFFECT_PEEK { get; set; }

Property Value

int

SUPPRESSED_EFFECT_SCREEN_OFF

[Obsolete("Deprecated in JVM")]
public static int SUPPRESSED_EFFECT_SCREEN_OFF { get; set; }

Property Value

int

SUPPRESSED_EFFECT_SCREEN_ON

[Obsolete("Deprecated in JVM")]
public static int SUPPRESSED_EFFECT_SCREEN_ON { get; set; }

Property Value

int

SUPPRESSED_EFFECT_STATUS_BAR

public static int SUPPRESSED_EFFECT_STATUS_BAR { get; set; }

Property Value

int

priorityCallSenders

public int priorityCallSenders { get; set; }

Property Value

int

priorityCategories

public int priorityCategories { get; set; }

Property Value

int

priorityConversationSenders

public int priorityConversationSenders { get; set; }

Property Value

int

priorityMessageSenders

public int priorityMessageSenders { get; set; }

Property Value

int

suppressedVisualEffects

public int suppressedVisualEffects { get; set; }

Property Value

int

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

arg0 int
arg1 int
arg2 int

Returns

NotificationManager.Policy

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

arg0 int
arg1 int
arg2 int
arg3 int

Returns

NotificationManager.Policy

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

arg0 int
arg1 int
arg2 int
arg3 int
arg4 int

Returns

NotificationManager.Policy

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