Table of Contents

Class EasyConnectStatusCallback

Namespace
Android.Net.Wifi
Assembly
MASES.Netdroid.dll
public class EasyConnectStatusCallback : JVMBridgeBase<EasyConnectStatusCallback>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
EasyConnectStatusCallback
Implements
Extension Methods

Constructors

EasyConnectStatusCallback(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 EasyConnectStatusCallback(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION

public static int EASY_CONNECT_EVENT_FAILURE_AUTHENTICATION { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_BUSY

public static int EASY_CONNECT_EVENT_FAILURE_BUSY { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK

public static int EASY_CONNECT_EVENT_FAILURE_CANNOT_FIND_NETWORK { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_CONFIGURATION

public static int EASY_CONNECT_EVENT_FAILURE_CONFIGURATION { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION

public static int EASY_CONNECT_EVENT_FAILURE_ENROLLEE_AUTHENTICATION { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_ENROLLEE_FAILED_TO_SCAN_NETWORK_CHANNEL

public static int EASY_CONNECT_EVENT_FAILURE_ENROLLEE_FAILED_TO_SCAN_NETWORK_CHANNEL { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION

public static int EASY_CONNECT_EVENT_FAILURE_ENROLLEE_REJECTED_CONFIGURATION { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_GENERIC

public static int EASY_CONNECT_EVENT_FAILURE_GENERIC { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK

public static int EASY_CONNECT_EVENT_FAILURE_INVALID_NETWORK { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_INVALID_URI

public static int EASY_CONNECT_EVENT_FAILURE_INVALID_URI { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE

public static int EASY_CONNECT_EVENT_FAILURE_NOT_COMPATIBLE { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED

public static int EASY_CONNECT_EVENT_FAILURE_NOT_SUPPORTED { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_TIMEOUT

public static int EASY_CONNECT_EVENT_FAILURE_TIMEOUT { get; set; }

Property Value

int

EASY_CONNECT_EVENT_FAILURE_URI_GENERATION

public static int EASY_CONNECT_EVENT_FAILURE_URI_GENERATION { get; set; }

Property Value

int

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