Table of Contents

Class StatusBarNotification

Namespace
Android.Service.Notification
Assembly
MASES.Netdroid.dll
public class StatusBarNotification : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
StatusBarNotification
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

StatusBarNotification()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public StatusBarNotification()

StatusBarNotification(Parcel)

public StatusBarNotification(Parcel arg0)

Parameters

arg0 Parcel

Parcel

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

[Obsolete]
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(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 StatusBarNotification(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

Methods

Clone()

public StatusBarNotification Clone()

Returns

StatusBarNotification

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]
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