Show / Hide Table of Contents

    Class AndroidEstimoteBeaconProbe

    Inheritance
    System.Object
    Probe
    ListeningProbe
    EstimoteBeaconProbe
    AndroidEstimoteBeaconProbe
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IListeningProbe
    IProbe
    Inherited Members
    EstimoteBeaconProbe.InitializeAsync()
    EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(Nullable<TimeSpan>)
    EstimoteBeaconProbe.GetLocationsFromCloudAsync(Nullable<TimeSpan>)
    EstimoteBeaconProbe.GetChartSeries()
    EstimoteBeaconProbe.GetChartPrimaryAxis()
    EstimoteBeaconProbe.GetChartSecondaryAxis()
    EstimoteBeaconProbe.GetChartDataPointFromDatum(Datum)
    EstimoteBeaconProbe.Beacons
    EstimoteBeaconProbe.Location
    EstimoteBeaconProbe.EstimoteCloudAppId
    EstimoteBeaconProbe.EstimoteCloudAppToken
    EstimoteBeaconProbe.IndoorLocationUpdateIntervalMS
    EstimoteBeaconProbe.DefaultKeepDeviceAwake
    EstimoteBeaconProbe.DeviceAwakeWarning
    EstimoteBeaconProbe.DeviceAsleepWarning
    EstimoteBeaconProbe.DisplayName
    EstimoteBeaconProbe.DatumType
    ListeningProbe.ProtectedStartAsync()
    ListeningProbe.ProtectedStopAsync()
    ListeningProbe.ResetAsync()
    ListeningProbe.MaxDataStoresPerSecond
    ListeningProbe.MinDataStoreDelay
    ListeningProbe.KeepDeviceAwake
    ListeningProbe.WillHaveSignificantNegativeImpactOnBattery
    ListeningProbe.RawParticipation
    ListeningProbe.DataRateSampleSize
    ListeningProbe.CollectionDescription
    Probe.GetAll()
    Probe.add_MostRecentDatumChanged(Probe.MostRecentDatumChangedDelegateAsync)
    Probe.remove_MostRecentDatumChanged(Probe.MostRecentDatumChangedDelegateAsync)
    Probe.StartAsync()
    Probe.StoreDatumAsync(Datum, Nullable<CancellationToken>)
    Probe.ProcessDataAsync(CancellationToken)
    Probe.GetParticipation()
    Probe.StopAsync()
    Probe.RestartAsync()
    Probe.TestHealthAsync(List<AnalyticsTrackedEvent>)
    Probe.GetChart()
    Probe.Enabled
    Probe.OriginallyEnabled
    Probe.State
    Probe.MostRecentStoreTimestamp
    Probe.Protocol
    Probe.StoreData
    Probe.AllowDisableOnStartUp
    Probe.StartStopTimes
    Probe.SuccessfulHealthTestTimes
    Probe.MaxChartDataCount
    Probe.Caption
    Probe.SubCaption
    Probe.MostRecentDatumChanged
    Probe.PropertyChanged
    Namespace: Sensus.Android.Probes.Location
    Assembly: SensusAndroid.dll
    Syntax
    public class AndroidEstimoteBeaconProbe : EstimoteBeaconProbe, INotifyPropertyChanged, IListeningProbe, IProbe

    Constructors

    AndroidEstimoteBeaconProbe()

    Declaration
    public AndroidEstimoteBeaconProbe()

    Methods

    StartListeningAsync()

    Declaration
    protected override Task StartListeningAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    ListeningProbe.StartListeningAsync()

    StopListeningAsync()

    Declaration
    protected override Task StopListeningAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    ListeningProbe.StopListeningAsync()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    IListeningProbe
    IProbe
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX