Table of Contents

Class StatusBarNotification

Namespace
Android.Service.Notification
Assembly
MASES.Netdroid.dll
public class StatusBarNotification : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
StatusBarNotification
Implements
Inherited Members
Extension Methods

Constructors

StatusBarNotification(Parcel)

public StatusBarNotification(Parcel arg0)

Parameters

arg0 Parcel

Parcel

StatusBarNotification(String, String, int, String, int, int, int, Notification, UserHandle, long)

[Obsolete("Deprecated in JVM")]
public StatusBarNotification(String arg0, String arg1, int arg2, String arg3, int arg4, int arg5, int arg6, Notification arg7, UserHandle arg8, long arg9)

Parameters

arg0 String

String

arg1 String

String

arg2 int

int

arg3 String

String

arg4 int

int

arg5 int

int

arg6 int

int

arg7 Notification

Notification

arg8 UserHandle

UserHandle

arg9 long

long

StatusBarNotification(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 StatusBarNotification(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Methods

Clone()

public StatusBarNotification Clone()

Returns

StatusBarNotification

StatusBarNotification

CreatePoolableInstance(Parcel)

HPA initializer for StatusBarNotification(Android.Os.Parcel arg0)

public static StatusBarNotification CreatePoolableInstance(Parcel arg0)

Parameters

arg0 Parcel

Returns

StatusBarNotification

CreatePoolableInstance(String, String, int, String, int, int, int, Notification, UserHandle, long)

HPA initializer for StatusBarNotification(Java.Lang.String arg0, Java.Lang.String arg1, int arg2, Java.Lang.String arg3, int arg4, int arg5, int arg6, Android.App.Notification arg7, Android.Os.UserHandle arg8, long arg9)

public static StatusBarNotification CreatePoolableInstance(String arg0, String arg1, int arg2, String arg3, int arg4, int arg5, int arg6, Notification arg7, UserHandle arg8, long arg9)

Parameters

arg0 String
arg1 String
arg2 int
arg3 String
arg4 int
arg5 int
arg6 int
arg7 Notification
arg8 UserHandle
arg9 long

Returns

StatusBarNotification

DescribeContents()

public int DescribeContents()

Returns

int

int

GetGroupKey()

public String GetGroupKey()

Returns

String

String

GetId()

public int GetId()

Returns

int

int

GetKey()

public String GetKey()

Returns

String

String

GetNotification()

public Notification GetNotification()

Returns

Notification

Notification

GetOpPkg()

public String GetOpPkg()

Returns

String

String

GetOverrideGroupKey()

public String GetOverrideGroupKey()

Returns

String

String

GetPackageName()

public String GetPackageName()

Returns

String

String

GetPostTime()

public long GetPostTime()

Returns

long

long

GetTag()

public String GetTag()

Returns

String

String

GetUid()

public int GetUid()

Returns

int

int

GetUser()

public UserHandle GetUser()

Returns

UserHandle

UserHandle

GetUserId()

[Obsolete("Deprecated in JVM")]
public int GetUserId()

Returns

int

int

IsAppGroup()

public bool IsAppGroup()

Returns

bool

bool

IsClearable()

public bool IsClearable()

Returns

bool

bool

IsGroup()

public bool IsGroup()

Returns

bool

bool

IsOngoing()

public bool IsOngoing()

Returns

bool

bool

SetOverrideGroupKey(String)

public void SetOverrideGroupKey(String arg0)

Parameters

arg0 String

String

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int