Table of Contents

Class SensorEventCallback

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

Constructors

SensorEventCallback()

public SensorEventCallback()

SensorEventCallback(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 SensorEventCallback(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

Methods

CreatePoolableInstance()

HPA initializer for SensorEventCallback()

public static SensorEventCallback CreatePoolableInstance()

Returns

SensorEventCallback

OnAccuracyChanged(Sensor, int)

public void OnAccuracyChanged(Sensor arg0, int arg1)

Parameters

arg0 Sensor

Sensor

arg1 int

int

OnFlushCompleted(Sensor)

public void OnFlushCompleted(Sensor arg0)

Parameters

arg0 Sensor

Sensor

OnSensorAdditionalInfo(SensorAdditionalInfo)

public void OnSensorAdditionalInfo(SensorAdditionalInfo arg0)

Parameters

arg0 SensorAdditionalInfo

SensorAdditionalInfo

OnSensorChanged(SensorEvent)

public void OnSensorChanged(SensorEvent arg0)

Parameters

arg0 SensorEvent

SensorEvent

Operators

implicit operator SensorEventListener2(SensorEventCallback)

public static implicit operator SensorEventListener2(SensorEventCallback t)

Parameters

t SensorEventCallback

Returns

SensorEventListener2