Table of Contents

Class Notification.CarExtender.Builder

Namespace
Android.App
Assembly
MASES.Netdroid.dll
public class Notification.CarExtender.Builder : JVMBridgeBase<Notification.CarExtender.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Notification.CarExtender.Builder
Implements
Extension Methods

Constructors

Builder(String)

public Builder(String arg0)

Parameters

arg0 String

String

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

AddMessage(String)

public Notification.CarExtender.Builder AddMessage(String arg0)

Parameters

arg0 String

String

Returns

Notification.CarExtender.Builder

Notification.CarExtender.Builder

Build()

public Notification.CarExtender.UnreadConversation Build()

Returns

Notification.CarExtender.UnreadConversation

Notification.CarExtender.UnreadConversation

CreatePoolableInstance(String)

HPA initializer for Builder(Java.Lang.String arg0)

public static Notification.CarExtender.Builder CreatePoolableInstance(String arg0)

Parameters

arg0 String

Returns

Notification.CarExtender.Builder

SetLatestTimestamp(long)

public Notification.CarExtender.Builder SetLatestTimestamp(long arg0)

Parameters

arg0 long

long

Returns

Notification.CarExtender.Builder

Notification.CarExtender.Builder

SetReadPendingIntent(PendingIntent)

public Notification.CarExtender.Builder SetReadPendingIntent(PendingIntent arg0)

Parameters

arg0 PendingIntent

PendingIntent

Returns

Notification.CarExtender.Builder

Notification.CarExtender.Builder

SetReplyAction(PendingIntent, RemoteInput)

public Notification.CarExtender.Builder SetReplyAction(PendingIntent arg0, RemoteInput arg1)

Parameters

arg0 PendingIntent

PendingIntent

arg1 RemoteInput

RemoteInput

Returns

Notification.CarExtender.Builder

Notification.CarExtender.Builder