Class TetheringManager
public class TetheringManager : JVMBridgeBase<TetheringManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
TetheringManager
- Implements
- Extension Methods
Constructors
TetheringManager(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 TetheringManager(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONNECTIVITY_SCOPE_GLOBAL
public static int CONNECTIVITY_SCOPE_GLOBAL { 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
TETHERING_WIFI
public static int TETHERING_WIFI { get; set; }
Property Value
TETHER_ERROR_DHCPSERVER_ERROR
public static int TETHER_ERROR_DHCPSERVER_ERROR { get; set; }
Property Value
TETHER_ERROR_DISABLE_FORWARDING_ERROR
public static int TETHER_ERROR_DISABLE_FORWARDING_ERROR { get; set; }
Property Value
TETHER_ERROR_DUPLICATE_REQUEST
public static int TETHER_ERROR_DUPLICATE_REQUEST { get; set; }
Property Value
TETHER_ERROR_ENABLE_FORWARDING_ERROR
public static int TETHER_ERROR_ENABLE_FORWARDING_ERROR { get; set; }
Property Value
TETHER_ERROR_ENTITLEMENT_UNKNOWN
public static int TETHER_ERROR_ENTITLEMENT_UNKNOWN { get; set; }
Property Value
TETHER_ERROR_IFACE_CFG_ERROR
public static int TETHER_ERROR_IFACE_CFG_ERROR { get; set; }
Property Value
TETHER_ERROR_INTERNAL_ERROR
public static int TETHER_ERROR_INTERNAL_ERROR { get; set; }
Property Value
TETHER_ERROR_NO_ACCESS_TETHERING_PERMISSION
public static int TETHER_ERROR_NO_ACCESS_TETHERING_PERMISSION { get; set; }
Property Value
TETHER_ERROR_NO_CHANGE_TETHERING_PERMISSION
public static int TETHER_ERROR_NO_CHANGE_TETHERING_PERMISSION { get; set; }
Property Value
TETHER_ERROR_NO_ERROR
public static int TETHER_ERROR_NO_ERROR { get; set; }
Property Value
TETHER_ERROR_PROVISIONING_FAILED
public static int TETHER_ERROR_PROVISIONING_FAILED { get; set; }
Property Value
TETHER_ERROR_SERVICE_UNAVAIL
public static int TETHER_ERROR_SERVICE_UNAVAIL { get; set; }
Property Value
TETHER_ERROR_TETHER_IFACE_ERROR
public static int TETHER_ERROR_TETHER_IFACE_ERROR { get; set; }
Property Value
TETHER_ERROR_UNAVAIL_IFACE
https://developer.android.com/reference/android/net/TetheringManager.html#TETHER_ERROR_UNAVAIL_IFACE
public static int TETHER_ERROR_UNAVAIL_IFACE { get; set; }
Property Value
TETHER_ERROR_UNKNOWN_IFACE
https://developer.android.com/reference/android/net/TetheringManager.html#TETHER_ERROR_UNKNOWN_IFACE
public static int TETHER_ERROR_UNKNOWN_IFACE { get; set; }
Property Value
TETHER_ERROR_UNKNOWN_REQUEST
public static int TETHER_ERROR_UNKNOWN_REQUEST { get; set; }
Property Value
TETHER_ERROR_UNKNOWN_TYPE
public static int TETHER_ERROR_UNKNOWN_TYPE { get; set; }
Property Value
TETHER_ERROR_UNSUPPORTED
public static int TETHER_ERROR_UNSUPPORTED { get; set; }
Property Value
TETHER_ERROR_UNTETHER_IFACE_ERROR
public static int TETHER_ERROR_UNTETHER_IFACE_ERROR { get; set; }
Property Value
Methods
RegisterTetheringEventCallback(Executor, TetheringEventCallback)
public void RegisterTetheringEventCallback(Executor arg0, TetheringManager.TetheringEventCallback arg1)
Parameters
arg0Executorarg1TetheringManager.TetheringEventCallback
StartTethering(TetheringRequest, Executor, StartTetheringCallback)
public void StartTethering(TetheringManager.TetheringRequest arg0, Executor arg1, TetheringManager.StartTetheringCallback arg2)
Parameters
StopTethering(TetheringRequest, Executor, StopTetheringCallback)
public void StopTethering(TetheringManager.TetheringRequest arg0, Executor arg1, TetheringManager.StopTetheringCallback arg2)
Parameters
UnregisterTetheringEventCallback(TetheringEventCallback)
public void UnregisterTetheringEventCallback(TetheringManager.TetheringEventCallback arg0)