Table of Contents

Class Notification.TvExtender

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

TvExtender()

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

public TvExtender()

TvExtender(Notification)

public TvExtender(Notification arg0)

Parameters

arg0 Notification

Notification

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

Extend(Builder)

public Notification.Builder Extend(Notification.Builder arg0)

Parameters

arg0 Notification.Builder

Notification.Builder

Returns

Notification.Builder

Notification.Builder

GetChannelId()

public String GetChannelId()

Returns

String

String

GetContentIntent()

public PendingIntent GetContentIntent()

Returns

PendingIntent

PendingIntent

GetDeleteIntent()

public PendingIntent GetDeleteIntent()

Returns

PendingIntent

PendingIntent

IsAvailableOnTv()

public bool IsAvailableOnTv()

Returns

bool

bool

IsSuppressShowOverApps()

public bool IsSuppressShowOverApps()

Returns

bool

bool

SetChannelId(String)

public Notification.TvExtender SetChannelId(String arg0)

Parameters

arg0 String

String

Returns

Notification.TvExtender

Notification.TvExtender

SetContentIntent(PendingIntent)

public Notification.TvExtender SetContentIntent(PendingIntent arg0)

Parameters

arg0 PendingIntent

PendingIntent

Returns

Notification.TvExtender

Notification.TvExtender

SetDeleteIntent(PendingIntent)

public Notification.TvExtender SetDeleteIntent(PendingIntent arg0)

Parameters

arg0 PendingIntent

PendingIntent

Returns

Notification.TvExtender

Notification.TvExtender

SetSuppressShowOverApps(bool)

public Notification.TvExtender SetSuppressShowOverApps(bool arg0)

Parameters

arg0 bool

bool

Returns

Notification.TvExtender

Notification.TvExtender