Show / Hide Table of Contents

    Class AndroidProximityProbe

    Android proximity probe. Will report distance from phone to a nearby object. Readings from this sensor will wake up the phone's processor and be delivered regardless of the phone's awake/standby status.

    Inheritance
    System.Object
    Probe
    ListeningProbe
    ProximityProbe
    AndroidProximityProbe
    Implements
    System.ComponentModel.INotifyPropertyChanged
    IListeningProbe
    IProbe
    Inherited Members
    ProximityProbe.GetChartSeries()
    ProximityProbe.GetChartDataPointFromDatum(Datum)
    ProximityProbe.GetChartPrimaryAxis()
    ProximityProbe.GetChartSecondaryAxis()
    ProximityProbe.DefaultKeepDeviceAwake
    ProximityProbe.DeviceAwakeWarning
    ProximityProbe.DeviceAsleepWarning
    ProximityProbe.DisplayName
    ProximityProbe.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 AndroidProximityProbe : ProximityProbe, INotifyPropertyChanged, IListeningProbe, IProbe

    Constructors

    AndroidProximityProbe()

    Declaration
    public AndroidProximityProbe()

    Methods

    InitializeAsync()

    Declaration
    protected override Task InitializeAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    Probe.InitializeAsync()

    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