Table of Contents

Class LocationListener

Namespace
Android.Location
Assembly
MASES.Netdroid.dll
public class LocationListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ILocationListener
Inheritance
JVMBridgeBase
JVMBridgeBase<JVMBridgeListener>
JVMBridgeListener
LocationListener
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeListener.Dispose()
JVMBridgeListener.AutoInit
JVMBridgeListener.IsBridgeStatic
JVMBridgeListener.IsBridgeCloseable
JVMBridgeListener.IsBridgeListener
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()
JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])
JVMBridgeBase<JVMBridgeListener>.DynBridgeClazz
JVMBridgeBase<JVMBridgeListener>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeInterface
JVMBridgeBase.IsBridgeAbstract
Extension Methods

Constructors

LocationListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public LocationListener()

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

OnOnFlushComplete

public Action<int> OnOnFlushComplete { get; set; }

Property Value

Action<int>

Remarks

If OnOnFlushComplete has a value it takes precedence over corresponding class method

OnOnLocationChanged

public Action<Location> OnOnLocationChanged { get; set; }

Property Value

Action<Location>

Remarks

If OnOnLocationChanged has a value it takes precedence over corresponding class method

OnOnLocationChanged1

public Action<List<Location>> OnOnLocationChanged1 { get; set; }

Property Value

Action<List<Location>>

Remarks

If OnOnLocationChanged1 has a value it takes precedence over corresponding class method

OnOnProviderDisabled

public Action<String> OnOnProviderDisabled { get; set; }

Property Value

Action<String>

Remarks

If OnOnProviderDisabled has a value it takes precedence over corresponding class method

OnOnProviderEnabled

public Action<String> OnOnProviderEnabled { get; set; }

Property Value

Action<String>

Remarks

If OnOnProviderEnabled has a value it takes precedence over corresponding class method

OnOnStatusChanged

public Action<String, int, Bundle> OnOnStatusChanged { get; set; }

Property Value

Action<String, int, Bundle>

Remarks

If OnOnStatusChanged has a value it takes precedence over corresponding class method

Methods

InitializeHandlers()

Handlers initializer for LocationListener

protected virtual void InitializeHandlers()

OnFlushComplete(int)

public virtual void OnFlushComplete(int arg0)

Parameters

arg0 int

int

Remarks

The method invokes the default implementation in the JVM interface using OnFlushCompleteDefault(int); override the method to implement a different behavior

OnFlushCompleteDefault(int)

public void OnFlushCompleteDefault(int arg0)

Parameters

arg0 int

int

Remarks

The method invokes the default implementation in the JVM interface

OnLocationChanged(Location)

public virtual void OnLocationChanged(Location arg0)

Parameters

arg0 Location

Location

OnLocationChanged(List<Location>)

public virtual void OnLocationChanged(List<Location> arg0)

Parameters

arg0 List<Location>

List

Remarks

The method invokes the default implementation in the JVM interface using OnLocationChangedDefault(List<Location>); override the method to implement a different behavior

OnLocationChangedDefault(List<Location>)

public void OnLocationChangedDefault(List<Location> arg0)

Parameters

arg0 List<Location>

List

Remarks

The method invokes the default implementation in the JVM interface

OnProviderDisabled(String)

public virtual void OnProviderDisabled(String arg0)

Parameters

arg0 String

String

Remarks

The method invokes the default implementation in the JVM interface using OnProviderDisabledDefault(String); override the method to implement a different behavior

OnProviderDisabledDefault(String)

public void OnProviderDisabledDefault(String arg0)

Parameters

arg0 String

String

Remarks

The method invokes the default implementation in the JVM interface

OnProviderEnabled(String)

public virtual void OnProviderEnabled(String arg0)

Parameters

arg0 String

String

Remarks

The method invokes the default implementation in the JVM interface using OnProviderEnabledDefault(String); override the method to implement a different behavior

OnProviderEnabledDefault(String)

public void OnProviderEnabledDefault(String arg0)

Parameters

arg0 String

String

Remarks

The method invokes the default implementation in the JVM interface

OnStatusChanged(String, int, Bundle)

[Obsolete]
public virtual void OnStatusChanged(String arg0, int arg1, Bundle arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 Bundle

Bundle

OnStatusChangedDefault(String, int, Bundle)

[Obsolete]
public void OnStatusChangedDefault(String arg0, int arg1, Bundle arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 Bundle

Bundle