Table of Contents

Class GroupCall

Namespace
Android.Telephony.Mbms
Assembly
MASES.Netdroid.dll
public class GroupCall : AutoCloseable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAutoCloseable
Inheritance
GroupCall
Implements
Extension Methods

Constructors

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

REASON_BY_USER_REQUEST

public static int REASON_BY_USER_REQUEST { get; set; }

Property Value

int

REASON_FREQUENCY_CONFLICT

public static int REASON_FREQUENCY_CONFLICT { get; set; }

Property Value

int

REASON_LEFT_MBMS_BROADCAST_AREA

public static int REASON_LEFT_MBMS_BROADCAST_AREA { get; set; }

Property Value

int

REASON_NONE

public static int REASON_NONE { get; set; }

Property Value

int

REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE

public static int REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE { get; set; }

Property Value

int

REASON_OUT_OF_MEMORY

public static int REASON_OUT_OF_MEMORY { get; set; }

Property Value

int

STATE_STALLED

public static int STATE_STALLED { get; set; }

Property Value

int

STATE_STARTED

public static int STATE_STARTED { get; set; }

Property Value

int

STATE_STOPPED

public static int STATE_STOPPED { get; set; }

Property Value

int

Methods

Close()

public void Close()

GetTmgi()

public long GetTmgi()

Returns

long

long

UpdateGroupCall(List<Integer>, List<Integer>)

public void UpdateGroupCall(List<Integer> arg0, List<Integer> arg1)

Parameters

arg0 List<Integer>

List

arg1 List<Integer>

List