Table of Contents

Class Notification.BubbleMetadata.Builder

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

Builder()

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

public Builder()

Builder(PendingIntent, Icon)

public Builder(PendingIntent arg0, Icon arg1)

Parameters

arg0 PendingIntent

PendingIntent

arg1 Icon

Icon

Builder(String)

public Builder(String arg0)

Parameters

arg0 String

String

Builder(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 Builder(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

Build()

public Notification.BubbleMetadata Build()

Returns

Notification.BubbleMetadata

Notification.BubbleMetadata

SetAutoExpandBubble(bool)

public Notification.BubbleMetadata.Builder SetAutoExpandBubble(bool arg0)

Parameters

arg0 bool

bool

Returns

Notification.BubbleMetadata.Builder

Notification.BubbleMetadata.Builder

SetDeleteIntent(PendingIntent)

public Notification.BubbleMetadata.Builder SetDeleteIntent(PendingIntent arg0)

Parameters

arg0 PendingIntent

PendingIntent

Returns

Notification.BubbleMetadata.Builder

Notification.BubbleMetadata.Builder

SetDesiredHeight(int)

public Notification.BubbleMetadata.Builder SetDesiredHeight(int arg0)

Parameters

arg0 int

int

Returns

Notification.BubbleMetadata.Builder

Notification.BubbleMetadata.Builder

SetDesiredHeightResId(int)

public Notification.BubbleMetadata.Builder SetDesiredHeightResId(int arg0)

Parameters

arg0 int

int

Returns

Notification.BubbleMetadata.Builder

Notification.BubbleMetadata.Builder

SetIcon(Icon)

public Notification.BubbleMetadata.Builder SetIcon(Icon arg0)

Parameters

arg0 Icon

Icon

Returns

Notification.BubbleMetadata.Builder

Notification.BubbleMetadata.Builder

SetIntent(PendingIntent)

public Notification.BubbleMetadata.Builder SetIntent(PendingIntent arg0)

Parameters

arg0 PendingIntent

PendingIntent

Returns

Notification.BubbleMetadata.Builder

Notification.BubbleMetadata.Builder

SetSuppressNotification(bool)

public Notification.BubbleMetadata.Builder SetSuppressNotification(bool arg0)

Parameters

arg0 bool

bool

Returns

Notification.BubbleMetadata.Builder

Notification.BubbleMetadata.Builder

SetSuppressableBubble(bool)

public Notification.BubbleMetadata.Builder SetSuppressableBubble(bool arg0)

Parameters

arg0 bool

bool

Returns

Notification.BubbleMetadata.Builder

Notification.BubbleMetadata.Builder