Class VoicemailContract
public class VoicemailContract : JVMBridgeBase<VoicemailContract>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
VoicemailContract
- Implements
- Extension Methods
Constructors
VoicemailContract(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 VoicemailContract(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACTION_FETCH_VOICEMAIL
public static String ACTION_FETCH_VOICEMAIL { get; set; }
Property Value
ACTION_NEW_VOICEMAIL
https://developer.android.com/reference/android/provider/VoicemailContract.html#ACTION_NEW_VOICEMAIL
public static String ACTION_NEW_VOICEMAIL { get; set; }
Property Value
ACTION_SYNC_VOICEMAIL
public static String ACTION_SYNC_VOICEMAIL { get; set; }
Property Value
AUTHORITY
public static String AUTHORITY { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EXTRA_PHONE_ACCOUNT_HANDLE
public static String EXTRA_PHONE_ACCOUNT_HANDLE { get; set; }
Property Value
EXTRA_SELF_CHANGE
public static String EXTRA_SELF_CHANGE { get; set; }
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
PARAM_KEY_SOURCE_PACKAGE
public static String PARAM_KEY_SOURCE_PACKAGE { get; set; }