Table of Contents

Class Notification.CarExtender

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

Constructors

CarExtender()

public CarExtender()

CarExtender(Notification)

public CarExtender(Notification arg0)

Parameters

arg0 Notification

Notification

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

CreatePoolableInstance()

HPA initializer for CarExtender()

public static Notification.CarExtender CreatePoolableInstance()

Returns

Notification.CarExtender

CreatePoolableInstance(Notification)

HPA initializer for CarExtender(Android.App.Notification arg0)

public static Notification.CarExtender CreatePoolableInstance(Notification arg0)

Parameters

arg0 Notification

Returns

Notification.CarExtender

Extend(Builder)

public Notification.Builder Extend(Notification.Builder arg0)

Parameters

arg0 Notification.Builder

Notification.Builder

Returns

Notification.Builder

Notification.Builder

GetColor()

public int GetColor()

Returns

int

int

GetLargeIcon()

public Bitmap GetLargeIcon()

Returns

Bitmap

Bitmap

GetUnreadConversation()

public Notification.CarExtender.UnreadConversation GetUnreadConversation()

Returns

Notification.CarExtender.UnreadConversation

Notification.CarExtender.UnreadConversation

SetColor(int)

public Notification.CarExtender SetColor(int arg0)

Parameters

arg0 int

int

Returns

Notification.CarExtender

Notification.CarExtender

SetLargeIcon(Bitmap)

public Notification.CarExtender SetLargeIcon(Bitmap arg0)

Parameters

arg0 Bitmap

Bitmap

Returns

Notification.CarExtender

Notification.CarExtender

SetUnreadConversation(UnreadConversation)

public Notification.CarExtender SetUnreadConversation(Notification.CarExtender.UnreadConversation arg0)

Parameters

arg0 Notification.CarExtender.UnreadConversation

Notification.CarExtender.UnreadConversation

Returns

Notification.CarExtender

Notification.CarExtender