Table of Contents

Class RangingSession.Callback

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

Constructors

Callback(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 Callback(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_LOCAL_REQUEST

public static int REASON_LOCAL_REQUEST { get; set; }

Property Value

int

REASON_NO_PEERS_FOUND

public static int REASON_NO_PEERS_FOUND { get; set; }

Property Value

int

REASON_REMOTE_REQUEST

public static int REASON_REMOTE_REQUEST { get; set; }

Property Value

int

REASON_SYSTEM_POLICY

public static int REASON_SYSTEM_POLICY { get; set; }

Property Value

int

REASON_UNKNOWN

public static int REASON_UNKNOWN { get; set; }

Property Value

int

REASON_UNSUPPORTED

public static int REASON_UNSUPPORTED { get; set; }

Property Value

int

Methods

OnClosed(int)

public void OnClosed(int arg0)

Parameters

arg0 int

int

OnOpenFailed(int)

public void OnOpenFailed(int arg0)

Parameters

arg0 int

int

OnOpened()

public void OnOpened()

OnResults(RangingDevice, RangingData)

public void OnResults(RangingDevice arg0, RangingData arg1)

Parameters

arg0 RangingDevice

RangingDevice

arg1 RangingData

RangingData

OnStarted(RangingDevice, int)

public void OnStarted(RangingDevice arg0, int arg1)

Parameters

arg0 RangingDevice

RangingDevice

arg1 int

int

OnStopped(RangingDevice, int)

public void OnStopped(RangingDevice arg0, int arg1)

Parameters

arg0 RangingDevice

RangingDevice

arg1 int

int