Class GroupCall
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
REASON_BY_USER_REQUEST
https://developer.android.com/reference/android/telephony/mbms/GroupCall.html#REASON_BY_USER_REQUEST
public static int REASON_BY_USER_REQUEST { get; set; }
Property Value
REASON_FREQUENCY_CONFLICT
public static int REASON_FREQUENCY_CONFLICT { get; set; }
Property Value
REASON_LEFT_MBMS_BROADCAST_AREA
public static int REASON_LEFT_MBMS_BROADCAST_AREA { get; set; }
Property Value
REASON_NONE
public static int REASON_NONE { get; set; }
Property Value
REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE
public static int REASON_NOT_CONNECTED_TO_HOMECARRIER_LTE { get; set; }
Property Value
REASON_OUT_OF_MEMORY
public static int REASON_OUT_OF_MEMORY { get; set; }
Property Value
STATE_STALLED
public static int STATE_STALLED { get; set; }
Property Value
STATE_STARTED
public static int STATE_STARTED { get; set; }
Property Value
STATE_STOPPED
public static int STATE_STOPPED { get; set; }
Property Value
Methods
Close()
public void Close()
GetTmgi()
public long GetTmgi()
Returns
UpdateGroupCall(List<Integer>, List<Integer>)
public void UpdateGroupCall(List<Integer> arg0, List<Integer> arg1)