Table of Contents

Class Notification.CallStyle

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

CallStyle()

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

public CallStyle()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CALL_TYPE_INCOMING

public static int CALL_TYPE_INCOMING { get; }

Property Value

int

CALL_TYPE_ONGOING

public static int CALL_TYPE_ONGOING { get; }

Property Value

int

CALL_TYPE_SCREENING

public static int CALL_TYPE_SCREENING { get; }

Property Value

int

CALL_TYPE_UNKNOWN

public static int CALL_TYPE_UNKNOWN { get; }

Property Value

int

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

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