Table of Contents

Class Notification.CallStyle

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

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CALL_TYPE_INCOMING

public static int CALL_TYPE_INCOMING { get; set; }

Property Value

int

CALL_TYPE_ONGOING

public static int CALL_TYPE_ONGOING { get; set; }

Property Value

int

CALL_TYPE_SCREENING

public static int CALL_TYPE_SCREENING { get; set; }

Property Value

int

CALL_TYPE_UNKNOWN

public static int CALL_TYPE_UNKNOWN { get; set; }

Property Value

int

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

ForIncomingCall(Person, PendingIntent, PendingIntent)

public static Notification.CallStyle ForIncomingCall(Person arg0, PendingIntent arg1, PendingIntent arg2)

Parameters

arg0 Person

Person

arg1 PendingIntent

PendingIntent

arg2 PendingIntent

PendingIntent

Returns

Notification.CallStyle

Notification.CallStyle

ForOngoingCall(Person, PendingIntent)

public static Notification.CallStyle ForOngoingCall(Person arg0, PendingIntent arg1)

Parameters

arg0 Person

Person

arg1 PendingIntent

PendingIntent

Returns

Notification.CallStyle

Notification.CallStyle

ForScreeningCall(Person, PendingIntent, PendingIntent)

public static Notification.CallStyle ForScreeningCall(Person arg0, PendingIntent arg1, PendingIntent arg2)

Parameters

arg0 Person

Person

arg1 PendingIntent

PendingIntent

arg2 PendingIntent

PendingIntent

Returns

Notification.CallStyle

Notification.CallStyle

SetAnswerButtonColorHint(int)

public Notification.CallStyle SetAnswerButtonColorHint(int arg0)

Parameters

arg0 int

int

Returns

Notification.CallStyle

Notification.CallStyle

SetDeclineButtonColorHint(int)

public Notification.CallStyle SetDeclineButtonColorHint(int arg0)

Parameters

arg0 int

int

Returns

Notification.CallStyle

Notification.CallStyle

SetIsVideo(bool)

public Notification.CallStyle SetIsVideo(bool arg0)

Parameters

arg0 bool

bool

Returns

Notification.CallStyle

Notification.CallStyle

SetVerificationIcon(Icon)

public Notification.CallStyle SetVerificationIcon(Icon arg0)

Parameters

arg0 Icon

Icon

Returns

Notification.CallStyle

Notification.CallStyle

SetVerificationText(CharSequence)

public Notification.CallStyle SetVerificationText(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

Notification.CallStyle

Notification.CallStyle