Class AndroidEstimoteIndoorCloudCallback
Inheritance
System.Object
AndroidEstimoteIndoorCloudCallback
Implements
Estimote.Android.Indoor.ICloudCallback
Android.Runtime.IJavaObject
System.IDisposable
Namespace: Sensus.Android.Probes.Location
Assembly: SensusAndroid.dll
Syntax
public class AndroidEstimoteIndoorCloudCallback : Object, ICloudCallback, IJavaObject, IDisposable
Constructors
AndroidEstimoteIndoorCloudCallback()
Declaration
public AndroidEstimoteIndoorCloudCallback()
Methods
Failure(EstimoteCloudException)
Declaration
public void Failure(EstimoteCloudException exception)
Parameters
Type | Name | Description |
---|---|---|
Estimote.Android.Indoor.EstimoteCloudException | exception |
GetValueAsync()
Declaration
public Task<Location> GetValueAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Estimote.Android.Indoor.Location> |
Success(Object)
Declaration
public void Success(Object location)
Parameters
Type | Name | Description |
---|---|---|
Java.Lang.Object | location |
Implements
Estimote.Android.Indoor.ICloudCallback
Android.Runtime.IJavaObject
System.IDisposable