From ecb0215af0564b53390347f74d5ee68429a166ca Mon Sep 17 00:00:00 2001 From: MatthewGerber Date: Thu, 24 Jan 2019 15:20:22 -0500 Subject: [PATCH] Updated docs. --- DocFX/api/.manifest | 16 +- DocFX/articles/privacy-policy.md | 22 +- .../Sensus.Android.AndroidSensusService.html | 48 ++ ...us.Android.AndroidSensusServiceHelper.html | 3 - ...oundServiceNotificationActionReceiver.html | 180 +++++ ...s.Location.AndroidEstimoteBeaconProbe.html | 4 +- docs/api/Sensus.Android.html | 2 + ...ensus.Extensions.WebRequestExtensions.html | 183 +++++ docs/api/Sensus.Extensions.html | 2 + ...s.Probes.Location.EstimoteBeaconProbe.html | 50 +- docs/api/Sensus.Protocol.html | 82 +- docs/api/Sensus.ProtocolState.html | 27 + docs/api/Sensus.SensusServiceHelper.html | 42 -- ...robes.Location.iOSEstimoteBeaconProbe.html | 4 +- .../Sensus.iOS.iOSSensusServiceHelper.html | 3 - docs/api/toc.html | 6 + docs/articles/privacy-policy.html | 13 +- docs/manifest.json | 712 +++++++++--------- docs/xrefmap.yml | 171 ++++- 19 files changed, 1122 insertions(+), 448 deletions(-) create mode 100644 docs/api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html create mode 100644 docs/api/Sensus.Extensions.WebRequestExtensions.html diff --git a/DocFX/api/.manifest b/DocFX/api/.manifest index f1d8f846e..afec2c415 100644 --- a/DocFX/api/.manifest +++ b/DocFX/api/.manifest @@ -66,6 +66,8 @@ "Sensus.Android.AndroidSensusService.#ctor": "Sensus.Android.AndroidSensusService.yml", "Sensus.Android.AndroidSensusService.FOREGROUND_SERVICE_NOTIFICATION_ID": "Sensus.Android.AndroidSensusService.yml", "Sensus.Android.AndroidSensusService.FROM_ON_BOOT_KEY": "Sensus.Android.AndroidSensusService.yml", + "Sensus.Android.AndroidSensusService.NOTIFICATION_ACTION_PAUSE": "Sensus.Android.AndroidSensusService.yml", + "Sensus.Android.AndroidSensusService.NOTIFICATION_ACTION_RESUME": "Sensus.Android.AndroidSensusService.yml", "Sensus.Android.AndroidSensusService.OnBind(Android.Content.Intent)": "Sensus.Android.AndroidSensusService.yml", "Sensus.Android.AndroidSensusService.OnCreate": "Sensus.Android.AndroidSensusService.yml", "Sensus.Android.AndroidSensusService.OnDestroy": "Sensus.Android.AndroidSensusService.yml", @@ -163,6 +165,9 @@ "Sensus.Android.Context.AndroidSensusContext.Platform": "Sensus.Android.Context.AndroidSensusContext.yml", "Sensus.Android.Context.AndroidSensusContext.PowerConnectionChangeListener": "Sensus.Android.Context.AndroidSensusContext.yml", "Sensus.Android.Context.AndroidSensusContext.SymmetricEncryption": "Sensus.Android.Context.AndroidSensusContext.yml", + "Sensus.Android.ForegroundServiceNotificationActionReceiver": "Sensus.Android.ForegroundServiceNotificationActionReceiver.yml", + "Sensus.Android.ForegroundServiceNotificationActionReceiver.#ctor": "Sensus.Android.ForegroundServiceNotificationActionReceiver.yml", + "Sensus.Android.ForegroundServiceNotificationActionReceiver.OnReceive(Android.Content.Context,Android.Content.Intent)": "Sensus.Android.ForegroundServiceNotificationActionReceiver.yml", "Sensus.Android.Notifications": "Sensus.Android.Notifications.yml", "Sensus.Android.Notifications.AndroidNotifier": "Sensus.Android.Notifications.AndroidNotifier.yml", "Sensus.Android.Notifications.AndroidNotifier.#ctor(Sensus.Android.AndroidSensusService)": "Sensus.Android.Notifications.AndroidNotifier.yml", @@ -3504,6 +3509,8 @@ "Sensus.Extensions.UriExtensions": "Sensus.Extensions.UriExtensions.yml", "Sensus.Extensions.UriExtensions.DownloadBytes(System.Uri)": "Sensus.Extensions.UriExtensions.yml", "Sensus.Extensions.UriExtensions.DownloadString(System.Uri)": "Sensus.Extensions.UriExtensions.yml", + "Sensus.Extensions.WebRequestExtensions": "Sensus.Extensions.WebRequestExtensions.yml", + "Sensus.Extensions.WebRequestExtensions.GetResponseAsync(System.Net.WebRequest,System.Nullable{System.TimeSpan})": "Sensus.Extensions.WebRequestExtensions.yml", "Sensus.HealthTestResult": "Sensus.HealthTestResult.yml", "Sensus.HealthTestResult.Okay": "Sensus.HealthTestResult.yml", "Sensus.HealthTestResult.Restart": "Sensus.HealthTestResult.yml", @@ -4345,12 +4352,12 @@ "Sensus.Probes.Location.EstimoteBeaconProbe.DisplayName": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.EstimoteCloudAppId": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.EstimoteCloudAppToken": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", - "Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloud": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", + "Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(System.Nullable{System.TimeSpan})": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.GetChartDataPointFromDatum(Sensus.Datum)": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.GetChartPrimaryAxis": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.GetChartSecondaryAxis": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.GetChartSeries": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", - "Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloud": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", + "Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloudAsync(System.Nullable{System.TimeSpan})": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.IndoorLocationUpdateIntervalMS": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.InitializeAsync": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", "Sensus.Probes.Location.EstimoteBeaconProbe.Location": "Sensus.Probes.Location.EstimoteBeaconProbe.yml", @@ -5361,6 +5368,7 @@ "Sensus.Protocol.AllowLocalDataShare": "Sensus.Protocol.yml", "Sensus.Protocol.AllowParticipantIdReset": "Sensus.Protocol.yml", "Sensus.Protocol.AllowParticipationScanning": "Sensus.Protocol.yml", + "Sensus.Protocol.AllowPause": "Sensus.Protocol.yml", "Sensus.Protocol.AllowSubmitData": "Sensus.Protocol.yml", "Sensus.Protocol.AllowTagging": "Sensus.Protocol.yml", "Sensus.Protocol.AllowViewData": "Sensus.Protocol.yml", @@ -5407,6 +5415,7 @@ "Sensus.Protocol.Participation": "Sensus.Protocol.yml", "Sensus.Protocol.ParticipationHorizon": "Sensus.Protocol.yml", "Sensus.Protocol.ParticipationHorizonDays": "Sensus.Protocol.yml", + "Sensus.Protocol.PauseAsync": "Sensus.Protocol.yml", "Sensus.Protocol.PointsOfInterest": "Sensus.Protocol.yml", "Sensus.Protocol.Probes": "Sensus.Protocol.yml", "Sensus.Protocol.PropertyChanged": "Sensus.Protocol.yml", @@ -5414,6 +5423,7 @@ "Sensus.Protocol.PushNotificationsSharedAccessSignature": "Sensus.Protocol.yml", "Sensus.Protocol.RandomTimeAnchor": "Sensus.Protocol.yml", "Sensus.Protocol.RemoteDataStore": "Sensus.Protocol.yml", + "Sensus.Protocol.ResumeAsync": "Sensus.Protocol.yml", "Sensus.Protocol.RewardThreshold": "Sensus.Protocol.yml", "Sensus.Protocol.RunUiTestingProtocolAsync(System.IO.Stream)": "Sensus.Protocol.yml", "Sensus.Protocol.Save(System.String)": "Sensus.Protocol.yml", @@ -5457,6 +5467,7 @@ "Sensus.ProtocolStartConfirmationMode.RandomDigits": "Sensus.ProtocolStartConfirmationMode.yml", "Sensus.ProtocolStartConfirmationMode.value__": "Sensus.ProtocolStartConfirmationMode.yml", "Sensus.ProtocolState": "Sensus.ProtocolState.yml", + "Sensus.ProtocolState.Paused": "Sensus.ProtocolState.yml", "Sensus.ProtocolState.Running": "Sensus.ProtocolState.yml", "Sensus.ProtocolState.Starting": "Sensus.ProtocolState.yml", "Sensus.ProtocolState.Stopped": "Sensus.ProtocolState.yml", @@ -5523,7 +5534,6 @@ "Sensus.SensusServiceHelper.PromptForInputsAsync(System.String,System.Collections.Generic.IEnumerable{Sensus.UI.Inputs.Input},System.Nullable{System.Threading.CancellationToken},System.Boolean,System.String,System.String,System.String,System.String,System.Boolean)": "Sensus.SensusServiceHelper.yml", "Sensus.SensusServiceHelper.ProtectedFlashNotificationAsync(System.String)": "Sensus.SensusServiceHelper.yml", "Sensus.SensusServiceHelper.PROTOCOL_UPDATED_NOTIFICATION_ID": "Sensus.SensusServiceHelper.yml", - "Sensus.SensusServiceHelper.ProtocolShouldBeRunning(Sensus.Protocol)": "Sensus.SensusServiceHelper.yml", "Sensus.SensusServiceHelper.PushNotificationToken": "Sensus.SensusServiceHelper.yml", "Sensus.SensusServiceHelper.ReadAllBytes(System.String)": "Sensus.SensusServiceHelper.yml", "Sensus.SensusServiceHelper.RegisteredProtocols": "Sensus.SensusServiceHelper.yml", diff --git a/DocFX/articles/privacy-policy.md b/DocFX/articles/privacy-policy.md index 4d5b4edb4..9fd78021a 100644 --- a/DocFX/articles/privacy-policy.md +++ b/DocFX/articles/privacy-policy.md @@ -4,7 +4,9 @@ uid: privacy_policy # Privacy Policy -Immediately following installation, Sensus will not collect, store, or upload any personal information from the +## Data Collection + +Immediately following installation, Sensus will not collect, store, or transmit any personal information from the device on which it is running. Sensus will upload reports when the app crashes. These reports contain information about the state of the app when it crashed, and Sensus developers will use these crash reports to improve Sensus. These reports do not contain any personal information. After you load a study into Sensus, Sensus will begin collecting @@ -12,4 +14,20 @@ data as defined by the study. You will be notified when the study is loaded and asked to confirm that you wish to start the study. This confirmation will summarize the types of data to be collected. You may quit a study and/or uninstall Sensus at any time. Be aware that Sensus is publicly available and that anyone can use Sensus to design a study, which they can then share with others. Studies have the ability to collect personal -information, and you should exercise caution when loading any study that you receive. \ No newline at end of file +information, and you should exercise caution when loading any study that you receive. + +## Data Use + +Data collected in studies run by the University of Virginia are used according to the policies set forth during the consent +process, which limit use of all data to the specific purposes of the study. All data are used in aggregated analyses to protect +the privacy of participants. + +## Data Sharing + +Data collected in studies run by the University of Virginia are not shared in any manner whatsoever with any third parties. + +## Data Retention and Deletion + +Data collected in studies run by the University of Virginia are retained according to the policies set forth during +the consent process, which normally require retention for the duration of the study. You may email the study coordinator +at any time to request deletion of your data. To do this, tap the study within Sensus and select the email option. \ No newline at end of file diff --git a/docs/api/Sensus.Android.AndroidSensusService.html b/docs/api/Sensus.Android.AndroidSensusService.html index b6b3b2792..741d5662f 100644 --- a/docs/api/Sensus.Android.AndroidSensusService.html +++ b/docs/api/Sensus.Android.AndroidSensusService.html @@ -162,6 +162,54 @@
Field Value
+ + +

NOTIFICATION_ACTION_PAUSE

+
+
+
Declaration
+
+
public const string NOTIFICATION_ACTION_PAUSE = "NOTIFICATION-ACTION-PAUSE"
+
+
Field Value
+ + + + + + + + + + + + + +
TypeDescription
System.String
+ + +

NOTIFICATION_ACTION_RESUME

+
+
+
Declaration
+
+
public const string NOTIFICATION_ACTION_RESUME = "NOTIFICATION-ACTION-RESUME"
+
+
Field Value
+ + + + + + + + + + + + + +
TypeDescription
System.String

Methods

diff --git a/docs/api/Sensus.Android.AndroidSensusServiceHelper.html b/docs/api/Sensus.Android.AndroidSensusServiceHelper.html index 1ff27450a..fa62b9133 100644 --- a/docs/api/Sensus.Android.AndroidSensusServiceHelper.html +++ b/docs/api/Sensus.Android.AndroidSensusServiceHelper.html @@ -154,9 +154,6 @@
Inherited Members
SensusServiceHelper.RemoveRunningProtocolIdAsync(String)
-
- SensusServiceHelper.ProtocolShouldBeRunning(Protocol) -
SensusServiceHelper.GetRunningProtocols()
diff --git a/docs/api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html b/docs/api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html new file mode 100644 index 000000000..011cb5bc1 --- /dev/null +++ b/docs/api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html @@ -0,0 +1,180 @@ + + + + + + + + Class ForegroundServiceNotificationActionReceiver + | Sensus Documentation + + + + + + + + + + + + + + + +
+
+ + + + +
+
+ +
+
+
+

+
+
    +
    +
    + + +
    +
    + +
    +
    + + + + + + diff --git a/docs/api/Sensus.Android.Probes.Location.AndroidEstimoteBeaconProbe.html b/docs/api/Sensus.Android.Probes.Location.AndroidEstimoteBeaconProbe.html index 086b336a6..3662453aa 100644 --- a/docs/api/Sensus.Android.Probes.Location.AndroidEstimoteBeaconProbe.html +++ b/docs/api/Sensus.Android.Probes.Location.AndroidEstimoteBeaconProbe.html @@ -103,10 +103,10 @@
    Inherited Members
    EstimoteBeaconProbe.InitializeAsync()
    - EstimoteBeaconProbe.GetBeaconTagsFromCloud() + EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(Nullable<TimeSpan>)
    - EstimoteBeaconProbe.GetLocationsFromCloud() + EstimoteBeaconProbe.GetLocationsFromCloudAsync(Nullable<TimeSpan>)
    EstimoteBeaconProbe.GetChartSeries() diff --git a/docs/api/Sensus.Android.html b/docs/api/Sensus.Android.html index 9a9a030b0..3df3d6c03 100644 --- a/docs/api/Sensus.Android.html +++ b/docs/api/Sensus.Android.html @@ -114,6 +114,8 @@

    AndroidTextToSpeech

    +

    ForegroundServiceNotificationActionReceiver

    +

    Resource

    Resource.Animation

    diff --git a/docs/api/Sensus.Extensions.WebRequestExtensions.html b/docs/api/Sensus.Extensions.WebRequestExtensions.html new file mode 100644 index 000000000..09009c46e --- /dev/null +++ b/docs/api/Sensus.Extensions.WebRequestExtensions.html @@ -0,0 +1,183 @@ + + + + + + + + Class WebRequestExtensions + | Sensus Documentation + + + + + + + + + + + + + + + +
    +
    + + + + +
    +
    + +
    +
    +
    +

    +
    +
      +
      +
      + + +
      +
      + +
      +
      + + + + + + diff --git a/docs/api/Sensus.Extensions.html b/docs/api/Sensus.Extensions.html index 60d915315..a9a68f4dd 100644 --- a/docs/api/Sensus.Extensions.html +++ b/docs/api/Sensus.Extensions.html @@ -103,6 +103,8 @@

      TypeExtensions<

      UriExtensions

      +

      WebRequestExtensions

      +
      diff --git a/docs/api/Sensus.Probes.Location.EstimoteBeaconProbe.html b/docs/api/Sensus.Probes.Location.EstimoteBeaconProbe.html index d5562824d..5158503ed 100644 --- a/docs/api/Sensus.Probes.Location.EstimoteBeaconProbe.html +++ b/docs/api/Sensus.Probes.Location.EstimoteBeaconProbe.html @@ -521,14 +521,31 @@

      Methods

      - -

      GetBeaconTagsFromCloud()

      + +

      GetBeaconTagsFromCloudAsync(Nullable<TimeSpan>)

      Declaration
      -
      public List<string> GetBeaconTagsFromCloud()
      +
      public Task<List<string>> GetBeaconTagsFromCloudAsync(Nullable<TimeSpan> timeout = null)
      +
      Parameters
      + + + + + + + + + + + + + + + +
      TypeNameDescription
      System.Nullable<System.TimeSpan>timeout
      Returns
      @@ -539,7 +556,7 @@
      Returns
      - + @@ -671,14 +688,31 @@
      Overrides
      Probe.GetChartSeries()
      - -

      GetLocationsFromCloud()

      + +

      GetLocationsFromCloudAsync(Nullable<TimeSpan>)

      Declaration
      -
      public List<EstimoteLocation> GetLocationsFromCloud()
      +
      public Task<List<EstimoteLocation>> GetLocationsFromCloudAsync(Nullable<TimeSpan> timeout)
      +
      Parameters
      +
      System.Collections.Generic.List<System.String>System.Threading.Tasks.Task<System.Collections.Generic.List<System.String>>
      + + + + + + + + + + + + + + +
      TypeNameDescription
      System.Nullable<System.TimeSpan>timeout
      Returns
      @@ -689,7 +723,7 @@
      Returns
      - + diff --git a/docs/api/Sensus.Protocol.html b/docs/api/Sensus.Protocol.html index cc7336571..7cfbc02ff 100644 --- a/docs/api/Sensus.Protocol.html +++ b/docs/api/Sensus.Protocol.html @@ -350,6 +350,34 @@
      Property Value
      System.Collections.Generic.List<EstimoteLocation>System.Threading.Tasks.Task<System.Collections.Generic.List<EstimoteLocation>>
      + +

      AllowPause

      +

      Whether or not to allow the user to put the protocol into the Paused state.

      +
      +
      +
      Declaration
      +
      +
      [OnOffUiProperty("Allow Pause:  ", true, 48)]
      +public bool AllowPause { get; set; }
      +
      +
      Property Value
      + + + + + + + + + + + + + +
      TypeDescription
      System.Boolean

      true to allow pause; otherwise, false.

      +
      + +

      AllowSubmitData

      Whether or not to allow the user to manually submit data being collected by the Protocol.

      @@ -1308,7 +1336,7 @@

      Declaration
      -
      [EntryStringUiProperty("Push Notification Hub:", true, 49, false)]
      +    
      [EntryStringUiProperty("Push Notification Hub:", true, 51, false)]
       public string PushNotificationsHub { get; set; }
      Property Value
      @@ -1338,7 +1366,7 @@

      Declaration
      -
      [EntryStringUiProperty("Push Notifications Shared Access Signature:", true, 50, false)]
      +    
      [EntryStringUiProperty("Push Notifications Shared Access Signature:", true, 52, false)]
       public string PushNotificationsSharedAccessSignature { get; set; }
      Property Value
      @@ -2235,6 +2263,56 @@
      Returns
      + +

      PauseAsync()

      +
      +
      +
      Declaration
      +
      +
      public Task PauseAsync()
      +
      +
      Returns
      + + + + + + + + + + + + + +
      TypeDescription
      System.Threading.Tasks.Task
      + + + +

      ResumeAsync()

      +
      +
      +
      Declaration
      +
      +
      public Task ResumeAsync()
      +
      +
      Returns
      + + + + + + + + + + + + + +
      TypeDescription
      System.Threading.Tasks.Task
      + +

      RunUiTestingProtocolAsync(Stream)

      diff --git a/docs/api/Sensus.ProtocolState.html b/docs/api/Sensus.ProtocolState.html index 3c28e4aca..fe11547dc 100644 --- a/docs/api/Sensus.ProtocolState.html +++ b/docs/api/Sensus.ProtocolState.html @@ -101,6 +101,33 @@

      Fields

      +

      Paused

      +

      The protocol has been paused, which means that it is not storing data and is not registered as Running, but is +active in other ways (e.g., surveys will fire, push notifications will be received, data will be transmitted to the +RemoteDataStore).

      +
      +
      +
      Declaration
      +
      +
      public const ProtocolState Paused
      +
      +
      Field Value
      + + + + + + + + + + + + + +
      TypeDescription
      ProtocolState
      + +

      Running

      The Protocol has started and is a candidate for Stopping.

      diff --git a/docs/api/Sensus.SensusServiceHelper.html b/docs/api/Sensus.SensusServiceHelper.html index 4809f4d1a..db5950ee3 100644 --- a/docs/api/Sensus.SensusServiceHelper.html +++ b/docs/api/Sensus.SensusServiceHelper.html @@ -2088,48 +2088,6 @@
      Returns
      - -

      ProtocolShouldBeRunning(Protocol)

      -
      -
      -
      Declaration
      -
      -
      public bool ProtocolShouldBeRunning(Protocol protocol)
      -
      -
      Parameters
      - - - - - - - - - - - - - - - -
      TypeNameDescription
      Protocolprotocol
      -
      Returns
      - - - - - - - - - - - - - -
      TypeDescription
      System.Boolean
      - -

      ReadAllBytes(String)

      Reads all bytes from a file. There's a File.ReadAllBytes method in Android / iOS, but not in WinPhone.

      diff --git a/docs/api/Sensus.iOS.Probes.Location.iOSEstimoteBeaconProbe.html b/docs/api/Sensus.iOS.Probes.Location.iOSEstimoteBeaconProbe.html index f21b2e6f7..61f218157 100644 --- a/docs/api/Sensus.iOS.Probes.Location.iOSEstimoteBeaconProbe.html +++ b/docs/api/Sensus.iOS.Probes.Location.iOSEstimoteBeaconProbe.html @@ -100,10 +100,10 @@
      Implements
      Inherited Members
      EstimoteBeaconProbe.GetChartSeries() diff --git a/docs/api/Sensus.iOS.iOSSensusServiceHelper.html b/docs/api/Sensus.iOS.iOSSensusServiceHelper.html index 38f6be566..3d5b95b2b 100644 --- a/docs/api/Sensus.iOS.iOSSensusServiceHelper.html +++ b/docs/api/Sensus.iOS.iOSSensusServiceHelper.html @@ -154,9 +154,6 @@
      Inherited Members
      - diff --git a/docs/api/toc.html b/docs/api/toc.html index c6fdc26f0..3df68435a 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -144,6 +144,9 @@
    • AndroidTextToSpeech
    • +
    • + ForegroundServiceNotificationActionReceiver +
    • Resource
    • @@ -668,6 +671,9 @@
    • UriExtensions
    • +
    • + WebRequestExtensions +
    • diff --git a/docs/articles/privacy-policy.html b/docs/articles/privacy-policy.html index 147f1f935..d2b40b009 100644 --- a/docs/articles/privacy-policy.html +++ b/docs/articles/privacy-policy.html @@ -79,7 +79,8 @@

      Privacy Policy

      -

      Immediately following installation, Sensus will not collect, store, or upload any personal information from the +

      Data Collection

      +

      Immediately following installation, Sensus will not collect, store, or transmit any personal information from the device on which it is running. Sensus will upload reports when the app crashes. These reports contain information about the state of the app when it crashed, and Sensus developers will use these crash reports to improve Sensus. These reports do not contain any personal information. After you load a study into Sensus, Sensus will begin collecting @@ -88,6 +89,16 @@

      Privacy Policy

      You may quit a study and/or uninstall Sensus at any time. Be aware that Sensus is publicly available and that anyone can use Sensus to design a study, which they can then share with others. Studies have the ability to collect personal information, and you should exercise caution when loading any study that you receive.

      +

      Data Use

      +

      Data collected in studies run by the University of Virginia are used according to the policies set forth during the consent +process, which limit use of all data to the specific purposes of the study. All data are used in aggregated analyses to protect +the privacy of participants.

      +

      Data Sharing

      +

      Data collected in studies run by the University of Virginia are not shared in any manner whatsoever with any third parties.

      +

      Data Retention and Deletion

      +

      Data collected in studies run by the University of Virginia are retained according to the policies set forth during +the consent process, which normally require retention for the duration of the study. You may email the study coordinator +at any time to request deletion of your data. To do this, tap the study within Sensus and select the email option.

    • diff --git a/docs/manifest.json b/docs/manifest.json index 9f0b5fa85..47a8c02ce 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -36,7 +36,7 @@ "hash": "BS80wJCKUiPF4KFEpmXM8w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -48,7 +48,7 @@ "hash": "roGMLJtSptV67AG63dzosQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -60,7 +60,7 @@ "hash": "hT9hfQVcKXENG3eWxNoh/w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -84,7 +84,7 @@ "hash": "YzHzLeDZovagroF47WcqJQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -96,7 +96,7 @@ "hash": "jDYDK0ZP/7ZiHLPbrYAD0A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -108,7 +108,7 @@ "hash": "vM673oC+VuKN984FpRj3dg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -120,7 +120,7 @@ "hash": "d+cwArnnmNX1bl6+yiaFIw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -132,7 +132,7 @@ "hash": "sElTAYZGz3fjCYIEyWqrQw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -141,10 +141,10 @@ "output": { ".html": { "relative_path": "api/Sensus.Android.AndroidSensusService.html", - "hash": "1Z7ttP7Q9jtk/35dexpJ+Q==" + "hash": "rIzdIfRBU9lx9XjpNEshpQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -168,7 +168,7 @@ "hash": "VvtMG/NKP3QQm+Nwyt5r0Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -180,7 +180,7 @@ "hash": "ePji8wnMOiM+28aq1pfcHA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -189,7 +189,7 @@ "output": { ".html": { "relative_path": "api/Sensus.Android.AndroidSensusServiceHelper.html", - "hash": "/smLluAHqBoeGnBHNhnNEg==" + "hash": "uElGwIv5Q9Dr3cNINVRbnw==" } }, "is_incremental": false, @@ -204,7 +204,7 @@ "hash": "xVlu8SLU1tU9C+BUAQHYJA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -216,7 +216,7 @@ "hash": "9dWsXhO+D2xDFxUn4uiE6A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -252,7 +252,7 @@ "hash": "szcViFUKC/5AZ/4ytPCAeQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -264,7 +264,7 @@ "hash": "HaYVmKjGt+vH+K83wbxd2w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -276,7 +276,7 @@ "hash": "bY0o8+ilWhSRmPMdsmyKpw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -288,7 +288,19 @@ "hash": "YpngBs7deslgXpKb3VQmbw==" } }, - "is_incremental": true, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Sensus.Android.ForegroundServiceNotificationActionReceiver.yml", + "output": { + ".html": { + "relative_path": "api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html", + "hash": "X6K1LCHVm21IW8lUeNYKMA==" + } + }, + "is_incremental": false, "version": "" }, { @@ -300,7 +312,7 @@ "hash": "IjsDzVIelyogbt5cufdZRg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -312,7 +324,7 @@ "hash": "TvBXC36Pb1ObP6/sJyXHKg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -324,7 +336,7 @@ "hash": "HceUORBs8TE7Vx1DRbMrBQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -336,7 +348,7 @@ "hash": "WzaZwhqOxXyHYUFPukK7CA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -348,7 +360,7 @@ "hash": "acLbO4MtMvEc1nKhRKsLhg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -360,7 +372,7 @@ "hash": "dR1WCiZWJEB+9Xmw7UnKcg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -396,7 +408,7 @@ "hash": "ALDt+zT4VzKn+f0n89LBLA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -408,7 +420,7 @@ "hash": "K4dZ00QQ0yg6XNNz1lgVPQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -432,7 +444,7 @@ "hash": "buQ2bbGhDq99Nh/uIUTJyg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -444,7 +456,7 @@ "hash": "cX5qZ07LoHfOsA4Cfmw8VQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -657,7 +669,7 @@ "output": { ".html": { "relative_path": "api/Sensus.Android.Probes.Location.AndroidEstimoteBeaconProbe.html", - "hash": "4J0qFD4Q2c5oukkLm5Kd2g==" + "hash": "8wzVmMfB2caR2ail8mw83A==" } }, "is_incremental": false, @@ -672,7 +684,7 @@ "hash": "CttiKMK5bvfzfg2fQhM+rw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -684,7 +696,7 @@ "hash": "ekJy8cce3p8QMcZpr3aekQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -744,7 +756,7 @@ "hash": "6aEBTfZNmzGZwFGQG2IE2w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -768,7 +780,7 @@ "hash": "Dglg1Sf0ahQ5FtXvgt261Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -816,7 +828,7 @@ "hash": "kAtoRDxylFYsFJn8DXy+Gw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -852,7 +864,7 @@ "hash": "O2wRm0QtDADwTXv9ffX+5w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -876,7 +888,7 @@ "hash": "7l8bgUxg9pdf6mXX1zg5eA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -888,7 +900,7 @@ "hash": "0CF0Jfp2zAQcozFcX542gA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -900,7 +912,7 @@ "hash": "vcK9MsjpArqfMOnMJDaCgw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -912,7 +924,7 @@ "hash": "LF5hq0AzYU7XGPEGb2BJag==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -924,7 +936,7 @@ "hash": "yMPl3BgDlgfx9di1JkBJ5w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -936,7 +948,7 @@ "hash": "TYlO0c9zRAavJHvC4/LLeA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -948,7 +960,7 @@ "hash": "WcVNa53qhLSDxotXdcHINg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -960,7 +972,7 @@ "hash": "EvzY88nuubDhxFNupMPAcA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -972,7 +984,7 @@ "hash": "OMdPAGOv6XN7hUkY5kknZA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -984,7 +996,7 @@ "hash": "PH/cwv8qT7cCkwVvgDamrA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -996,7 +1008,7 @@ "hash": "cMp3qSGVhs/8pHgCapz8TQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1008,7 +1020,7 @@ "hash": "QNWYoeDFxOWnoPYlzdNsdw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1020,7 +1032,7 @@ "hash": "imcUvPTol00Qg4Cd9RlPlw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1032,7 +1044,7 @@ "hash": "T+qo3TJzvRB0dACLvjZcDQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1044,7 +1056,7 @@ "hash": "2fPwjy248xmFt2CpcG1qJQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1056,7 +1068,7 @@ "hash": "s+UYjPBtHgBIV/58oQWGKA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1068,7 +1080,7 @@ "hash": "3A+mx2VV+Jx4ttOnpMqHxg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1080,7 +1092,7 @@ "hash": "2YjiPLskqSiiRvBNKRpRBA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1092,7 +1104,7 @@ "hash": "ogonj8K8BoTJDLX8OHFFPQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1104,7 +1116,7 @@ "hash": "D+PjVnsJHVB8dZUafdQ3nA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1116,7 +1128,7 @@ "hash": "UbzhJufX19KVFm6yErBjvQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1125,7 +1137,7 @@ "output": { ".html": { "relative_path": "api/Sensus.Android.html", - "hash": "3jCLVq7GsZeRnhxQHJ+EQw==" + "hash": "BH5NPSINPQOvH/S7rBi7Zg==" } }, "is_incremental": false, @@ -1140,7 +1152,7 @@ "hash": "qmKdGsS8w342Z5R248C66w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1152,7 +1164,7 @@ "hash": "xqD/tKrVdH93Gi79zKq/aA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1164,7 +1176,7 @@ "hash": "jSTkJwwvWYShmO/C5ZwpAA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1176,7 +1188,7 @@ "hash": "rPoBGIK7yjEiXtBsDVsRMQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1188,7 +1200,7 @@ "hash": "n+FV+dT+eFvtMft3URpOKQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1200,7 +1212,7 @@ "hash": "Vk9El+NKuw2Red9zX3iZSg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1212,7 +1224,7 @@ "hash": "GnJiGmvFxqS2J23MJBhrpw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1224,7 +1236,7 @@ "hash": "WjzKXYr6nrtJuYC6WGs5xg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1236,7 +1248,7 @@ "hash": "kDS1xnzSum079swmT+DXOw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1248,7 +1260,7 @@ "hash": "j9cXuktl0xWMesgRZaXqFQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1260,7 +1272,7 @@ "hash": "0Yrlb7nALtUO+qlNXkSS5Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1272,7 +1284,7 @@ "hash": "dFcfBPXP6t+DYv0wC+vbnQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1284,7 +1296,7 @@ "hash": "cZe002pj2US4CIey0nHN9w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1296,7 +1308,7 @@ "hash": "HKs2vJbTWbfpJ+c9pA2Wrw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1308,7 +1320,7 @@ "hash": "5OfKpHGVHlNplfdv2ewgVg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1320,7 +1332,7 @@ "hash": "DfFDp1z3xqOojekX+5gWyg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1332,7 +1344,7 @@ "hash": "oXUkM6/JbTVxHRY3mpgxZA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1344,7 +1356,7 @@ "hash": "zvSRkrGGWG0vnWhCQVEwKg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1356,7 +1368,7 @@ "hash": "bD9bGWRyAG4g9qA4fBo2LA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1368,7 +1380,7 @@ "hash": "Sw0jHaye8TESi1nh5I4weg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1380,7 +1392,7 @@ "hash": "XD9d5n0/GD8gJlDpRqJAcw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1392,7 +1404,7 @@ "hash": "s7pxMVd7cU0gq/vcq5JKcw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1416,7 +1428,7 @@ "hash": "9OiGBYC4uEiqMdZtnSZgFA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1464,7 +1476,7 @@ "hash": "JBlIbdaArqCDQfoSHqR2Hw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1476,7 +1488,7 @@ "hash": "cJgwgEr6f2IlfRSuMpOa6g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1488,7 +1500,7 @@ "hash": "PnpqkBFCSUEGPYZdV/zeJA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1500,7 +1512,7 @@ "hash": "TpL+dFVnSFm6p9aOFCKDZQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1512,7 +1524,7 @@ "hash": "cUydLvCfWPQxLnmVTAPccQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1524,7 +1536,7 @@ "hash": "2wbh68CHlxOtFtmmeUW8Hw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1536,7 +1548,7 @@ "hash": "JX46swqGwPbfs4b0heBgGA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1548,7 +1560,7 @@ "hash": "4tfaxZsblum5bAoJyagWxA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1560,7 +1572,7 @@ "hash": "vJC8ZEFn4xod2QN1nYaGtg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1572,7 +1584,7 @@ "hash": "Y++ExfuDhYGIFzPyqKrvEg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1704,7 +1716,7 @@ "hash": "zQbgkYIb2uLH1Pg50dfRtA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1716,7 +1728,7 @@ "hash": "2FXmJj7l0A8WDsy6WDXwdQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1728,7 +1740,7 @@ "hash": "JVeclUXq8iGkZ5GzHJIRMg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1740,7 +1752,7 @@ "hash": "Lk0ivxQMd+k8+BpWiSvDxw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1752,7 +1764,7 @@ "hash": "ZKBZPyJf3w9x1wdSODAoSA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1764,7 +1776,7 @@ "hash": "e9+l+J8quNrL0xwnoNx28A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1776,7 +1788,7 @@ "hash": "GxPviziY/uJJxKt0WFwccQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1788,7 +1800,7 @@ "hash": "Bagp76shQXZzB/RqPACsTA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1800,7 +1812,7 @@ "hash": "c+DlTFcs9bsmFlv+rg1fqA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1812,7 +1824,7 @@ "hash": "IswHPf2yfrRkCuRv1S1vhQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1824,7 +1836,7 @@ "hash": "NFciUPbl6o3mQwJi6yuHBA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1836,7 +1848,7 @@ "hash": "eHr0mvSKmIks62mJ3/nr0Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1848,7 +1860,7 @@ "hash": "iHRmYFJhGcOaI6UFryvr0A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1860,7 +1872,7 @@ "hash": "tYZffA2foDO93pOsz5JMOQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1872,7 +1884,7 @@ "hash": "mNm7jhozedPjycPm8UHTpA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1884,7 +1896,7 @@ "hash": "PnQGRyVq9vIpYaZImLllzA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1908,7 +1920,7 @@ "hash": "zg1d+GHE25wtuwi4burDKg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1920,7 +1932,19 @@ "hash": "vqM5uibdDb3yfIn744JT2A==" } }, - "is_incremental": true, + "is_incremental": false, + "version": "" + }, + { + "type": "ManagedReference", + "source_relative_path": "api/Sensus.Extensions.WebRequestExtensions.yml", + "output": { + ".html": { + "relative_path": "api/Sensus.Extensions.WebRequestExtensions.html", + "hash": "y2x5he+jf+vMo4/lf6KL4Q==" + } + }, + "is_incremental": false, "version": "" }, { @@ -1929,7 +1953,7 @@ "output": { ".html": { "relative_path": "api/Sensus.Extensions.html", - "hash": "Bj6wid9VGfV+2UDpzgrntA==" + "hash": "N9h76Qw9IcSiVVQUcNX7lg==" } }, "is_incremental": false, @@ -1944,7 +1968,7 @@ "hash": "5+t/VNkTwG+QMdCuN9YpCg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1968,7 +1992,7 @@ "hash": "dFdXLbIfhT+PRp484JSllg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1980,7 +2004,7 @@ "hash": "AMaOm3ZgOM3pWQjdyD2P2w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -1992,7 +2016,7 @@ "hash": "4KgyTj8c2GfS5BKWYV4YuQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2004,7 +2028,7 @@ "hash": "x3xuxKNqhiMJwcYJaYFViw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2028,7 +2052,7 @@ "hash": "ZYV3u6aIl/LhERf5+D8A/g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2040,7 +2064,7 @@ "hash": "T2qcQ7vEouz+bzCu18jW7g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2052,7 +2076,7 @@ "hash": "9Px0UR7TqaSV/Z2Tkx4lEg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2076,7 +2100,7 @@ "hash": "yKJvT03es9yokryK0OztmQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2112,7 +2136,7 @@ "hash": "pmklexotYzby1KVVSjzUrg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2124,7 +2148,7 @@ "hash": "R8N+xHbTREOYbppDfkHgPw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2136,7 +2160,7 @@ "hash": "7ZILGbCNtBEcCpXdwCpGaA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2148,7 +2172,7 @@ "hash": "aKYraIMAptZZDLHSz0ZP8w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2184,7 +2208,7 @@ "hash": "aDez5v0x7fW/WTOJ3sFLDA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2196,7 +2220,7 @@ "hash": "XES64oNhAdcKExOox4rwtg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2232,7 +2256,7 @@ "hash": "qanTwsfKIb0t5HV6HWjw1w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2256,7 +2280,7 @@ "hash": "p2BIApmvhHWWDBIaHvIVlA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2268,7 +2292,7 @@ "hash": "XoU4TCJja2lsDl6F9NmvvQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2292,7 +2316,7 @@ "hash": "tw77qClGo9l8GYUAhW4hpQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2304,7 +2328,7 @@ "hash": "OAP2BLFQmW0ZSKOp+F1yxw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2316,7 +2340,7 @@ "hash": "T6PFvwBOT1UKpkmPFLZs1w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2340,7 +2364,7 @@ "hash": "Hd5Ybh6WSYI/xxIqUaxttQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2364,7 +2388,7 @@ "hash": "2Ep1kfOgwQSY+16VH0+RMw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2376,7 +2400,7 @@ "hash": "ATRxO2nUd29zVuiZOi/HUA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2388,7 +2412,7 @@ "hash": "Qsqtb1LydBjdSbHVq8jldA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2400,7 +2424,7 @@ "hash": "0gOUSr53GJpoZJUn99A8QA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2412,7 +2436,7 @@ "hash": "hNX631YdIhNDzNlt6GbwNg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2424,7 +2448,7 @@ "hash": "mCD34CQkROpI8Ve8pzwjjQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2460,7 +2484,7 @@ "hash": "unCDExkhUjB37HttFESZoQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2496,7 +2520,7 @@ "hash": "pbevlEpImwP2vnwPTd8y3w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2508,7 +2532,7 @@ "hash": "vrv9qk5ALAiHgTiIrd4BOA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2520,7 +2544,7 @@ "hash": "c++q1krcgHg8JQMzbCvRzw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2544,7 +2568,7 @@ "hash": "LY32srIWIjZA8qWlL+NDyQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2556,7 +2580,7 @@ "hash": "hqXV06Zu6XZxKFdILgO7mw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2568,7 +2592,7 @@ "hash": "4b0c05ZuHidqAHY8QEGZog==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2616,7 +2640,7 @@ "hash": "ZOX1q/dNOKqduUuHMIoRYg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2640,7 +2664,7 @@ "hash": "SDO++aNOmDSfaIh+P64nGQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2664,7 +2688,7 @@ "hash": "18hsTIVy4oI8q51n+pHEOg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2676,7 +2700,7 @@ "hash": "TPKHxgi8f9k/qV8Okdq6wA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2685,7 +2709,7 @@ "output": { ".html": { "relative_path": "api/Sensus.Probes.Location.EstimoteBeaconProbe.html", - "hash": "SpsvmI5qYlEHP/79a5uHDg==" + "hash": "n+ZAaYvGILNvSgdJI3uZzQ==" } }, "is_incremental": false, @@ -2700,7 +2724,7 @@ "hash": "pruslT3/Y291thvAGdPefw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2712,7 +2736,7 @@ "hash": "eI+718h5vW2lD7NmV22Uow==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2724,7 +2748,7 @@ "hash": "Yt3DbKZsZeYkt87eFG9kNg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2736,7 +2760,7 @@ "hash": "lHKtkLWvBLeH2g6Whp/pmA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2748,7 +2772,7 @@ "hash": "NBXC36thpoBYH/Vj+6hJuw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2760,7 +2784,7 @@ "hash": "t4xR1lzFPHlExYWVcL+cgA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2772,7 +2796,7 @@ "hash": "rFt7YQDuc67sWjZ+nWaiZQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2784,7 +2808,7 @@ "hash": "WkLq7lrH4kYvbAW9Glo2Sw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2796,7 +2820,7 @@ "hash": "fA/C7jBxR8hy7RGz9o/oqw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2808,7 +2832,7 @@ "hash": "NYDCgOhudRk2TnWPC5lYmg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2820,7 +2844,7 @@ "hash": "xrn3PovuxqrK4tUe7Z/QyQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2832,7 +2856,7 @@ "hash": "7qti/1RAJWqCkh6zAGmU1w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2868,7 +2892,7 @@ "hash": "PjOz/q7S9WG2e3jpRv1rrA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2880,7 +2904,7 @@ "hash": "5wg7RUwqRdMrlnvJ0YSw/Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2892,7 +2916,7 @@ "hash": "hFo9vkmzzkal6+70RTOgFw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2904,7 +2928,7 @@ "hash": "Pvr/rnkdgwc0P32ZcLggig==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2940,7 +2964,7 @@ "hash": "Syy5ieGjEn3QQ01ZaPgRrg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2964,7 +2988,7 @@ "hash": "5y0wQkyvjEY3EG431fTw0w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -2988,7 +3012,7 @@ "hash": "NWNK//R8xajf6HOJ8ybHWg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3012,7 +3036,7 @@ "hash": "qnkX2sGU+aMuldyBy0dhNw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3024,7 +3048,7 @@ "hash": "tsGXtDLJ+GXr5UQaGW1oJg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3036,7 +3060,7 @@ "hash": "hlzslNCRIZdvkDVBZnOLrw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3048,7 +3072,7 @@ "hash": "hQzso0LgBxaJ+riz6zfptA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3060,7 +3084,7 @@ "hash": "U1K1RnEzIssPymUmffeaxw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3072,7 +3096,7 @@ "hash": "8jJVJDoXGZ9C1C2a291LHw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3096,7 +3120,7 @@ "hash": "MWH8TiU1dCIOAIqJ9Naa6w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3108,7 +3132,7 @@ "hash": "q9hAciCDmqNhF9Xc2wrojA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3120,7 +3144,7 @@ "hash": "EkS6mmVaSvCdON7KtHAiBQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3132,7 +3156,7 @@ "hash": "xaP4+sEuGCnM+Op2iGKUuw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3168,7 +3192,7 @@ "hash": "MP09LkQTJEUnHDyB+flhdg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3192,7 +3216,7 @@ "hash": "TwrSwLxEvxhSBGL51r+3aQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3216,7 +3240,7 @@ "hash": "/6/T4fOdCXLHGWBnc69o3A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3228,7 +3252,7 @@ "hash": "UTWWClIVfo9ibxcZtLnFkQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3264,7 +3288,7 @@ "hash": "pbQ7p9+iSbSvRL9phBPSHw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3300,7 +3324,7 @@ "hash": "rTKv9Lu96eDh5uK+NJFs3g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3324,7 +3348,7 @@ "hash": "pMtSZUHMrCOg78aycnT3vg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3336,7 +3360,7 @@ "hash": "Q55VewgWo1xC9eCgOy9dgg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3348,7 +3372,7 @@ "hash": "h7uGD7pZZMljF6iwT0xlIQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3360,7 +3384,7 @@ "hash": "geSbeJ7lop80o1hylSPKlw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3372,7 +3396,7 @@ "hash": "va5HDXEG2lE3aU3pUbr3Iw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3384,7 +3408,7 @@ "hash": "ybqkMCVTIhAa+T/OwzzlFg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3396,7 +3420,7 @@ "hash": "EexhP50ZNoID6fiyUox2SA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3408,7 +3432,7 @@ "hash": "btKfXYTmaHfSLKA7okAcuQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3420,7 +3444,7 @@ "hash": "wlZGpWpuukBiWbMT7O1b5g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3432,7 +3456,7 @@ "hash": "pzcXFj+Jk5GKiKkAGfKgfw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3444,7 +3468,7 @@ "hash": "CqbGarRBa3FONC+OVCPWww==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3456,7 +3480,7 @@ "hash": "1nG8L3hbNtAvxJrXA6yN+A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3468,7 +3492,7 @@ "hash": "hUqLAcY71siffsKgg/8eqA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3480,7 +3504,7 @@ "hash": "qn+bImVmgJRPvFg2KsPQbw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3492,7 +3516,7 @@ "hash": "2ln00bZ7XIBI6w3ysB8qRQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3504,7 +3528,7 @@ "hash": "+Uc7J+GFRqeoCo+M16fiWw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3516,7 +3540,7 @@ "hash": "/f/wTk7/+O7OeP/ZVFmjww==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3528,7 +3552,7 @@ "hash": "n8+vQfxzyz1qNHfCo2nj+Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3540,7 +3564,7 @@ "hash": "RIefnXjpFQG0MsyBVfUlgg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3564,7 +3588,7 @@ "hash": "C71oldeWyfC3FQX5Pf6jVw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3588,7 +3612,7 @@ "hash": "zgu66P3DUEzPKW6FWzMpcQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3612,7 +3636,7 @@ "hash": "WohKlGMB2zpY5TZDnEx2ow==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3636,7 +3660,7 @@ "hash": "VWJwG5WXnNPPvU+TrRlfJw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3648,7 +3672,7 @@ "hash": "rMyVU6c6/qaiQi7KIPINcg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3672,7 +3696,7 @@ "hash": "Xz2wx3Eq1xg+N3GbqD9s1A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3696,7 +3720,7 @@ "hash": "Z50enX2fXaD0CmFg4j/OHA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3720,7 +3744,7 @@ "hash": "T27u7/miHJLQaht0rKFMZg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3744,7 +3768,7 @@ "hash": "1OK4NGj5DlMkCtlsDc2JgQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3768,7 +3792,7 @@ "hash": "DvAP8tlLoqwdOJnlhhTYvQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3792,7 +3816,7 @@ "hash": "oFcitiejPmC9yzRCAK5SCQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3840,7 +3864,7 @@ "hash": "c+M9tYFhIl1rMtnls5EiCQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3864,7 +3888,7 @@ "hash": "oVEkyxVwo5UJatjnVytOGA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3888,7 +3912,7 @@ "hash": "hMr+3gpASU+yoUExZ46YhQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3912,7 +3936,7 @@ "hash": "1nAc9C/Z1SRum+U0ZHrVEg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3948,7 +3972,7 @@ "hash": "13fUU9XmTyMRS8AA+69mtg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3972,7 +3996,7 @@ "hash": "RLsRttK5igaPJGPiosueTg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3984,7 +4008,7 @@ "hash": "a5s4EhaV5jSBe3WLs0hy3Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -3996,7 +4020,7 @@ "hash": "/4wFKeeBmKZiSqUXRuDtwg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4008,7 +4032,7 @@ "hash": "l744otPdTtWHCPAIaYi06A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4020,7 +4044,7 @@ "hash": "Hza7ZshKsU1WZXpkNZYVVw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4032,7 +4056,7 @@ "hash": "K3Qx+BVfKEWLQ1R+R097WA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4044,7 +4068,7 @@ "hash": "xSdKOk389u3ReboDPs5DRQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4056,7 +4080,7 @@ "hash": "Dh6vamOXUWCivcnHszyTEg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4068,7 +4092,7 @@ "hash": "YxEsD721Ktq1jxXxrB4m9w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4092,7 +4116,7 @@ "hash": "VwiaLz1r8ZOdoNc7FmSipw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4128,7 +4152,7 @@ "hash": "6Yseuuz70cIUzioA/1Tb7Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4140,7 +4164,7 @@ "hash": "S85Ul27FqL2Pvc00zki/eQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4152,7 +4176,7 @@ "hash": "LXNZdCAutKXgGUeThwqQeg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4164,7 +4188,7 @@ "hash": "v1NSz1KdvmGVe1PMCPKaPA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4176,7 +4200,7 @@ "hash": "YUsBEKVVULsL/c2+6U/Aaw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4188,7 +4212,7 @@ "hash": "CoiIBEA2k6ByTbXRhkTHXg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4221,7 +4245,7 @@ "output": { ".html": { "relative_path": "api/Sensus.Protocol.html", - "hash": "0YHy1r1K1J5/SSTW1xMxAw==" + "hash": "IeW8t3kZxc9JkhQdC0C0Zg==" } }, "is_incremental": false, @@ -4236,7 +4260,7 @@ "hash": "AGX9om4YHCabd7ecrDOp9A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4248,7 +4272,7 @@ "hash": "YHEOS+C/AO/XgLrcjtdMuw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4257,10 +4281,10 @@ "output": { ".html": { "relative_path": "api/Sensus.ProtocolState.html", - "hash": "CyHB1WXZTGGzaCNXkXvdpA==" + "hash": "j2J0w2cDxcV8scML+3pvFw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4272,7 +4296,7 @@ "hash": "0caJ675pPOPeohIw0KLVZg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4281,7 +4305,7 @@ "output": { ".html": { "relative_path": "api/Sensus.SensusServiceHelper.html", - "hash": "EeFLf3cu8yi3iYt90az6Dg==" + "hash": "hzK4oLYytAIbcnHv79eemg==" } }, "is_incremental": false, @@ -4296,7 +4320,7 @@ "hash": "uvUGpDSW0899Font81p37Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4308,7 +4332,7 @@ "hash": "hz+AsCr/PQPh3F71+mG4RQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4332,7 +4356,7 @@ "hash": "CzHT9glkokPUnhXgXYRj+Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4344,7 +4368,7 @@ "hash": "92lKEcSP6CdmMzhGsYIWLg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4356,7 +4380,7 @@ "hash": "nYH4lA5dLSXhltPGSRwrSA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4368,7 +4392,7 @@ "hash": "9KpUIspFyjc3hRxc6cu4Gw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4380,7 +4404,7 @@ "hash": "Wcw3Xs36L3ns4OxLxIxvWg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4392,7 +4416,7 @@ "hash": "XNfyNouMaxkBBJweuBMUiw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4404,7 +4428,7 @@ "hash": "gAnTA6vcyTumirdTTdOi2g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4416,7 +4440,7 @@ "hash": "Lc3OYRza3JNJH8si/ijvXA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4428,7 +4452,7 @@ "hash": "p8bAU9uUdNw3yCugpHJiag==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4440,7 +4464,7 @@ "hash": "pumf4ZIzqLJMjyuS/Vf4nQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4452,7 +4476,7 @@ "hash": "UK5S3V6U3RB9G+CMTyOc7g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4464,7 +4488,7 @@ "hash": "vTELeSPt7H3m/sIqiVm+jw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4476,7 +4500,7 @@ "hash": "BitVIL7ONHizW/4nFl7P6A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4488,7 +4512,7 @@ "hash": "qQd8GHjF9AMC8UBfYMwatg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4500,7 +4524,7 @@ "hash": "QpmBPm8kznnJ89NE/lmnEA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4512,7 +4536,7 @@ "hash": "PGyy3E+hLHevoqVXDrK0ZQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4524,7 +4548,7 @@ "hash": "hnjS/uuyFxNGgIV6D4+QmQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4536,7 +4560,7 @@ "hash": "I9qfxWZcJs3JL6m3GhJspA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4548,7 +4572,7 @@ "hash": "UJIxoJ497TkuVkaNz52P4g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4560,7 +4584,7 @@ "hash": "LU6tXn6zGkKz3hheXPmTug==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4572,7 +4596,7 @@ "hash": "ty7NrafqVQtNzdMCRuNE/Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4584,7 +4608,7 @@ "hash": "vAyWE6hgrdWRHkAHrfScEw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4596,7 +4620,7 @@ "hash": "+iSbLrs/BK418iv9VJdy7g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4608,7 +4632,7 @@ "hash": "gyrVu62gju2wYCqfoKN9IQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4620,7 +4644,7 @@ "hash": "c0kbt8WQYBqUgONBak+1Kg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4632,7 +4656,7 @@ "hash": "XMWxTES2JHu0zGaw/haUzw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4644,7 +4668,7 @@ "hash": "S47Db10/+1k9nOiLOEra/g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4656,7 +4680,7 @@ "hash": "J26TRqDNfT7Bn3wYi5mqEw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4668,7 +4692,7 @@ "hash": "32lPeYFxyRUtYLdiGz1xdA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4680,7 +4704,7 @@ "hash": "+pjwq7q2WO1gQv+chRFFjA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4692,7 +4716,7 @@ "hash": "Y9wIxt0MaBGx+ReB4A3G4Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4704,7 +4728,7 @@ "hash": "Q6R1nK7f04Y0xRdHZ/zA+A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4716,7 +4740,7 @@ "hash": "yjEk45ORs5WjY7KmBZahWQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4728,7 +4752,7 @@ "hash": "qsljyGv09C8Xcse3W1D3Gw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4740,7 +4764,7 @@ "hash": "sevvtABvgSq7TDymQ+hUTA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4752,7 +4776,7 @@ "hash": "aWYANBgCPxCphTNLNWRQLw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4764,7 +4788,7 @@ "hash": "zZioTIBZQ9IXmIvsXHSQsw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4776,7 +4800,7 @@ "hash": "PfDxlN/37lUCPa5waDgNXA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4788,7 +4812,7 @@ "hash": "7t9kgkZUL0AWLbc3Q2o0Sw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4800,7 +4824,7 @@ "hash": "xN2WIG04qZ8PrrzQ6DkQrA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4824,7 +4848,7 @@ "hash": "ihJwKzMAQNyGBfLLaoFdfg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4848,7 +4872,7 @@ "hash": "VK/sM5dmXY40b629pIUxOg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4860,7 +4884,7 @@ "hash": "Hy7A1E+ZsNWqpLYddC5y3w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4872,7 +4896,7 @@ "hash": "05yfQjM7I+6cP4X5IdRp8Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4884,7 +4908,7 @@ "hash": "8O3xii8/eER0AvWS66LkxA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4896,7 +4920,7 @@ "hash": "L1Z00u5a2w7ut6OBAo1OKw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4908,7 +4932,7 @@ "hash": "iNO/aqhMT5bHQrhzAUU8TQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4920,7 +4944,7 @@ "hash": "cfpgTuX8PbQpyuOp+FPzBg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4932,7 +4956,7 @@ "hash": "XV4u9VP62CQf7q5gb+krtA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4944,7 +4968,7 @@ "hash": "FObggrUz/wdtgaklBSzgJA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4956,7 +4980,7 @@ "hash": "qn+6LDHXpxjrkRmJ5b4KSw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4968,7 +4992,7 @@ "hash": "ELTl3NR7BnR87Qq42jqogQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4980,7 +5004,7 @@ "hash": "q8zIR70VJbC4rGchTVlzpw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -4992,7 +5016,7 @@ "hash": "zAVpyih5FqKCMc+pTnxYsQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5004,7 +5028,7 @@ "hash": "XxSLbp55RMZwN12nY8Sdvw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5016,7 +5040,7 @@ "hash": "Q03nUNb/lpf+1GobxliTCQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5028,7 +5052,7 @@ "hash": "7kqXxT+N1A+sylOPvN7XyA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5040,7 +5064,7 @@ "hash": "L8hihPyF+y0Nl2aNdq4WBA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5052,7 +5076,7 @@ "hash": "u4SbvZbdckJ+Zul7rs0ycA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5064,7 +5088,7 @@ "hash": "SH1XPNq//drv5W8Y6Hv+IQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5076,7 +5100,7 @@ "hash": "ikq0Z4/db5oau+Lj4Oo1Xg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5088,7 +5112,7 @@ "hash": "ZB6tvdRetFdUXcdN8BFh+A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5100,7 +5124,7 @@ "hash": "omvZt3aEt7wGVvk0M8aw8w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5112,7 +5136,7 @@ "hash": "rlxHz/FLCBcTbFKkxBT9ug==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5124,7 +5148,7 @@ "hash": "6nDXfYUdjXUgzC2KLWJaOg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5136,7 +5160,7 @@ "hash": "Gv3xlOWOEGGQlquWU9G5bg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5148,7 +5172,7 @@ "hash": "wXFdrkf+9KXy31ESJJeA5g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5172,7 +5196,7 @@ "hash": "FmIzSXd+Mg5wwinF0sj3sA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5184,7 +5208,7 @@ "hash": "fvoNOS8EmDvLNyfUM0hMsA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5196,7 +5220,7 @@ "hash": "VoqEA3p6AWjQxVKAlkNa7g==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5256,7 +5280,7 @@ "hash": "g05KAropojxK2hFh9Q7dfA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5268,7 +5292,7 @@ "hash": "YOkwd4V2G6W4iyW21lWwig==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5280,7 +5304,7 @@ "hash": "3CwcUdsFK3n/+1Nm3KuQUg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5292,7 +5316,7 @@ "hash": "KsywDn00jCY+S+cNBnJy9Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5328,7 +5352,7 @@ "hash": "69jg05fskvjsSpTi1FJ4tw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5340,7 +5364,7 @@ "hash": "79SW2U8zlax60XRZZfwC2w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5352,7 +5376,7 @@ "hash": "Ro0Y4kjwL1QPob7P9oy43w==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5364,7 +5388,7 @@ "hash": "xOUcWo8L9+G/VNoR2zElTw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5376,7 +5400,7 @@ "hash": "j/4HNouuNveDSJwMAZ1uTw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5388,7 +5412,7 @@ "hash": "2VI9LwTq+5EayUU4AYvZ5A==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5400,7 +5424,7 @@ "hash": "f+4CAk19g0hjttMu6wGpWw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5412,7 +5436,7 @@ "hash": "RCr+mGJnMYVd7eT5TU502Q==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5424,7 +5448,7 @@ "hash": "b/5RELPfQmMFzja+bvLrQQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5520,7 +5544,7 @@ "hash": "9NMMAxP82qGpbpqJ5Sn+Rw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5532,7 +5556,7 @@ "hash": "UqcUXA5FVDFzPzGCmnppLA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5565,7 +5589,7 @@ "output": { ".html": { "relative_path": "api/Sensus.iOS.Probes.Location.iOSEstimoteBeaconProbe.html", - "hash": "ShwTB+f0y4yXNUwa+JXfbg==" + "hash": "mJ1KiB33ufQ3mYhl25cxJA==" } }, "is_incremental": false, @@ -5844,7 +5868,7 @@ "hash": "U5ZslaFjNkRxrJrnqizxrw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5856,7 +5880,7 @@ "hash": "ZKpyIgrxozzbs7gHa2xcRA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5868,7 +5892,7 @@ "hash": "Wy7jtT3jYK/EOC5Va0fCAQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5877,7 +5901,7 @@ "output": { ".html": { "relative_path": "api/Sensus.iOS.iOSSensusServiceHelper.html", - "hash": "RxlUqazTzv65aw407HeuuA==" + "hash": "PZToK10wvncCTxUCx+i3ww==" } }, "is_incremental": false, @@ -5916,7 +5940,7 @@ "hash": "LD/3/t0miynnmQVTPELGqw==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5925,7 +5949,7 @@ "output": { ".html": { "relative_path": "api/toc.html", - "hash": "pEqvudR45qwCP01v7KkPLw==" + "hash": "A05TSFej22RG+ygDESoG/g==" } }, "is_incremental": false, @@ -5940,7 +5964,7 @@ "hash": "kiAjOil8a59Ge5AEA9MDLA==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -5952,7 +5976,7 @@ "hash": "CET4vlmw5cVu+MB8U+u4EQ==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -5976,7 +6000,7 @@ "hash": "RfjpFXa523JmShay4FDu1w==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { @@ -6036,7 +6060,7 @@ "hash": "89Y2z6I3kDis03869c/wcg==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6081,7 +6105,7 @@ "output": { ".html": { "relative_path": "articles/privacy-policy.html", - "hash": "IcvQJgvcQMFi3z3lKpz7Tw==" + "hash": "EcxEw5SQFA/aJERwYpPgSA==" } }, "is_incremental": true, @@ -6108,7 +6132,7 @@ "hash": "YOKIXJb4zcxZFxfx/gR9AA==" } }, - "is_incremental": true, + "is_incremental": false, "version": "" }, { @@ -6132,7 +6156,7 @@ "hash": "8558eXFleDQcWgXlqvpPNg==" } }, - "is_incremental": false, + "is_incremental": true, "version": "" }, { diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index 7e78b76d8..f30b90d2e 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -721,6 +721,18 @@ references: commentId: F:Sensus.Android.AndroidSensusService.FROM_ON_BOOT_KEY fullName: Sensus.Android.AndroidSensusService.FROM_ON_BOOT_KEY nameWithType: AndroidSensusService.FROM_ON_BOOT_KEY +- uid: Sensus.Android.AndroidSensusService.NOTIFICATION_ACTION_PAUSE + name: NOTIFICATION_ACTION_PAUSE + href: api/Sensus.Android.AndroidSensusService.html#Sensus_Android_AndroidSensusService_NOTIFICATION_ACTION_PAUSE + commentId: F:Sensus.Android.AndroidSensusService.NOTIFICATION_ACTION_PAUSE + fullName: Sensus.Android.AndroidSensusService.NOTIFICATION_ACTION_PAUSE + nameWithType: AndroidSensusService.NOTIFICATION_ACTION_PAUSE +- uid: Sensus.Android.AndroidSensusService.NOTIFICATION_ACTION_RESUME + name: NOTIFICATION_ACTION_RESUME + href: api/Sensus.Android.AndroidSensusService.html#Sensus_Android_AndroidSensusService_NOTIFICATION_ACTION_RESUME + commentId: F:Sensus.Android.AndroidSensusService.NOTIFICATION_ACTION_RESUME + fullName: Sensus.Android.AndroidSensusService.NOTIFICATION_ACTION_RESUME + nameWithType: AndroidSensusService.NOTIFICATION_ACTION_RESUME - uid: Sensus.Android.AndroidSensusService.OnBind(Android.Content.Intent) name: OnBind(Intent) href: api/Sensus.Android.AndroidSensusService.html#Sensus_Android_AndroidSensusService_OnBind_Android_Content_Intent_ @@ -1801,6 +1813,36 @@ references: commentId: Overload:Sensus.Android.Context.AndroidSensusContext.SymmetricEncryption fullName: Sensus.Android.Context.AndroidSensusContext.SymmetricEncryption nameWithType: AndroidSensusContext.SymmetricEncryption +- uid: Sensus.Android.ForegroundServiceNotificationActionReceiver + name: ForegroundServiceNotificationActionReceiver + href: api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html + commentId: T:Sensus.Android.ForegroundServiceNotificationActionReceiver + fullName: Sensus.Android.ForegroundServiceNotificationActionReceiver + nameWithType: ForegroundServiceNotificationActionReceiver +- uid: Sensus.Android.ForegroundServiceNotificationActionReceiver.#ctor + name: ForegroundServiceNotificationActionReceiver() + href: api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html#Sensus_Android_ForegroundServiceNotificationActionReceiver__ctor + commentId: M:Sensus.Android.ForegroundServiceNotificationActionReceiver.#ctor + fullName: Sensus.Android.ForegroundServiceNotificationActionReceiver.ForegroundServiceNotificationActionReceiver() + nameWithType: ForegroundServiceNotificationActionReceiver.ForegroundServiceNotificationActionReceiver() +- uid: Sensus.Android.ForegroundServiceNotificationActionReceiver.#ctor* + name: ForegroundServiceNotificationActionReceiver + href: api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html#Sensus_Android_ForegroundServiceNotificationActionReceiver__ctor_ + commentId: Overload:Sensus.Android.ForegroundServiceNotificationActionReceiver.#ctor + fullName: Sensus.Android.ForegroundServiceNotificationActionReceiver.ForegroundServiceNotificationActionReceiver + nameWithType: ForegroundServiceNotificationActionReceiver.ForegroundServiceNotificationActionReceiver +- uid: Sensus.Android.ForegroundServiceNotificationActionReceiver.OnReceive(Android.Content.Context,Android.Content.Intent) + name: OnReceive(Context, Intent) + href: api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html#Sensus_Android_ForegroundServiceNotificationActionReceiver_OnReceive_Android_Content_Context_Android_Content_Intent_ + commentId: M:Sensus.Android.ForegroundServiceNotificationActionReceiver.OnReceive(Android.Content.Context,Android.Content.Intent) + fullName: Sensus.Android.ForegroundServiceNotificationActionReceiver.OnReceive(Android.Content.Context, Android.Content.Intent) + nameWithType: ForegroundServiceNotificationActionReceiver.OnReceive(Context, Intent) +- uid: Sensus.Android.ForegroundServiceNotificationActionReceiver.OnReceive* + name: OnReceive + href: api/Sensus.Android.ForegroundServiceNotificationActionReceiver.html#Sensus_Android_ForegroundServiceNotificationActionReceiver_OnReceive_ + commentId: Overload:Sensus.Android.ForegroundServiceNotificationActionReceiver.OnReceive + fullName: Sensus.Android.ForegroundServiceNotificationActionReceiver.OnReceive + nameWithType: ForegroundServiceNotificationActionReceiver.OnReceive - uid: Sensus.Android.Notifications name: Sensus.Android.Notifications href: api/Sensus.Android.Notifications.html @@ -24738,6 +24780,27 @@ references: commentId: Overload:Sensus.Extensions.UriExtensions.DownloadString fullName: Sensus.Extensions.UriExtensions.DownloadString nameWithType: UriExtensions.DownloadString +- uid: Sensus.Extensions.WebRequestExtensions + name: WebRequestExtensions + href: api/Sensus.Extensions.WebRequestExtensions.html + commentId: T:Sensus.Extensions.WebRequestExtensions + fullName: Sensus.Extensions.WebRequestExtensions + nameWithType: WebRequestExtensions +- uid: Sensus.Extensions.WebRequestExtensions.GetResponseAsync(System.Net.WebRequest,System.Nullable{System.TimeSpan}) + name: GetResponseAsync(WebRequest, Nullable) + href: api/Sensus.Extensions.WebRequestExtensions.html#Sensus_Extensions_WebRequestExtensions_GetResponseAsync_System_Net_WebRequest_System_Nullable_System_TimeSpan__ + commentId: M:Sensus.Extensions.WebRequestExtensions.GetResponseAsync(System.Net.WebRequest,System.Nullable{System.TimeSpan}) + name.vb: GetResponseAsync(WebRequest, Nullable(Of TimeSpan)) + fullName: Sensus.Extensions.WebRequestExtensions.GetResponseAsync(System.Net.WebRequest, System.Nullable) + fullName.vb: Sensus.Extensions.WebRequestExtensions.GetResponseAsync(System.Net.WebRequest, System.Nullable(Of System.TimeSpan)) + nameWithType: WebRequestExtensions.GetResponseAsync(WebRequest, Nullable) + nameWithType.vb: WebRequestExtensions.GetResponseAsync(WebRequest, Nullable(Of TimeSpan)) +- uid: Sensus.Extensions.WebRequestExtensions.GetResponseAsync* + name: GetResponseAsync + href: api/Sensus.Extensions.WebRequestExtensions.html#Sensus_Extensions_WebRequestExtensions_GetResponseAsync_ + commentId: Overload:Sensus.Extensions.WebRequestExtensions.GetResponseAsync + fullName: Sensus.Extensions.WebRequestExtensions.GetResponseAsync + nameWithType: WebRequestExtensions.GetResponseAsync - uid: Sensus.HealthTestResult name: HealthTestResult href: api/Sensus.HealthTestResult.html @@ -33864,18 +33927,21 @@ references: commentId: Overload:Sensus.Probes.Location.EstimoteBeaconProbe.EstimoteCloudAppToken fullName: Sensus.Probes.Location.EstimoteBeaconProbe.EstimoteCloudAppToken nameWithType: EstimoteBeaconProbe.EstimoteCloudAppToken -- uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloud - name: GetBeaconTagsFromCloud() - href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetBeaconTagsFromCloud - commentId: M:Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloud - fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloud() - nameWithType: EstimoteBeaconProbe.GetBeaconTagsFromCloud() -- uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloud* - name: GetBeaconTagsFromCloud - href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetBeaconTagsFromCloud_ - commentId: Overload:Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloud - fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloud - nameWithType: EstimoteBeaconProbe.GetBeaconTagsFromCloud +- uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(System.Nullable{System.TimeSpan}) + name: GetBeaconTagsFromCloudAsync(Nullable) + href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetBeaconTagsFromCloudAsync_System_Nullable_System_TimeSpan__ + commentId: M:Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(System.Nullable{System.TimeSpan}) + name.vb: GetBeaconTagsFromCloudAsync(Nullable(Of TimeSpan)) + fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(System.Nullable) + fullName.vb: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(System.Nullable(Of System.TimeSpan)) + nameWithType: EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(Nullable) + nameWithType.vb: EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync(Nullable(Of TimeSpan)) +- uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync* + name: GetBeaconTagsFromCloudAsync + href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetBeaconTagsFromCloudAsync_ + commentId: Overload:Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync + fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync + nameWithType: EstimoteBeaconProbe.GetBeaconTagsFromCloudAsync - uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetChartDataPointFromDatum(Sensus.Datum) name: GetChartDataPointFromDatum(Datum) href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetChartDataPointFromDatum_Sensus_Datum_ @@ -33924,18 +33990,21 @@ references: commentId: Overload:Sensus.Probes.Location.EstimoteBeaconProbe.GetChartSeries fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetChartSeries nameWithType: EstimoteBeaconProbe.GetChartSeries -- uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloud - name: GetLocationsFromCloud() - href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetLocationsFromCloud - commentId: M:Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloud - fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloud() - nameWithType: EstimoteBeaconProbe.GetLocationsFromCloud() -- uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloud* - name: GetLocationsFromCloud - href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetLocationsFromCloud_ - commentId: Overload:Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloud - fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloud - nameWithType: EstimoteBeaconProbe.GetLocationsFromCloud +- uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloudAsync(System.Nullable{System.TimeSpan}) + name: GetLocationsFromCloudAsync(Nullable) + href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetLocationsFromCloudAsync_System_Nullable_System_TimeSpan__ + commentId: M:Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloudAsync(System.Nullable{System.TimeSpan}) + name.vb: GetLocationsFromCloudAsync(Nullable(Of TimeSpan)) + fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloudAsync(System.Nullable) + fullName.vb: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloudAsync(System.Nullable(Of System.TimeSpan)) + nameWithType: EstimoteBeaconProbe.GetLocationsFromCloudAsync(Nullable) + nameWithType.vb: EstimoteBeaconProbe.GetLocationsFromCloudAsync(Nullable(Of TimeSpan)) +- uid: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloudAsync* + name: GetLocationsFromCloudAsync + href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_GetLocationsFromCloudAsync_ + commentId: Overload:Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloudAsync + fullName: Sensus.Probes.Location.EstimoteBeaconProbe.GetLocationsFromCloudAsync + nameWithType: EstimoteBeaconProbe.GetLocationsFromCloudAsync - uid: Sensus.Probes.Location.EstimoteBeaconProbe.IndoorLocationUpdateIntervalMS name: IndoorLocationUpdateIntervalMS href: api/Sensus.Probes.Location.EstimoteBeaconProbe.html#Sensus_Probes_Location_EstimoteBeaconProbe_IndoorLocationUpdateIntervalMS @@ -44844,6 +44913,18 @@ references: commentId: Overload:Sensus.Protocol.AllowParticipationScanning fullName: Sensus.Protocol.AllowParticipationScanning nameWithType: Protocol.AllowParticipationScanning +- uid: Sensus.Protocol.AllowPause + name: AllowPause + href: api/Sensus.Protocol.html#Sensus_Protocol_AllowPause + commentId: P:Sensus.Protocol.AllowPause + fullName: Sensus.Protocol.AllowPause + nameWithType: Protocol.AllowPause +- uid: Sensus.Protocol.AllowPause* + name: AllowPause + href: api/Sensus.Protocol.html#Sensus_Protocol_AllowPause_ + commentId: Overload:Sensus.Protocol.AllowPause + fullName: Sensus.Protocol.AllowPause + nameWithType: Protocol.AllowPause - uid: Sensus.Protocol.AllowSubmitData name: AllowSubmitData href: api/Sensus.Protocol.html#Sensus_Protocol_AllowSubmitData @@ -45369,6 +45450,18 @@ references: commentId: Overload:Sensus.Protocol.ParticipationHorizonDays fullName: Sensus.Protocol.ParticipationHorizonDays nameWithType: Protocol.ParticipationHorizonDays +- uid: Sensus.Protocol.PauseAsync + name: PauseAsync() + href: api/Sensus.Protocol.html#Sensus_Protocol_PauseAsync + commentId: M:Sensus.Protocol.PauseAsync + fullName: Sensus.Protocol.PauseAsync() + nameWithType: Protocol.PauseAsync() +- uid: Sensus.Protocol.PauseAsync* + name: PauseAsync + href: api/Sensus.Protocol.html#Sensus_Protocol_PauseAsync_ + commentId: Overload:Sensus.Protocol.PauseAsync + fullName: Sensus.Protocol.PauseAsync + nameWithType: Protocol.PauseAsync - uid: Sensus.Protocol.PointsOfInterest name: PointsOfInterest href: api/Sensus.Protocol.html#Sensus_Protocol_PointsOfInterest @@ -45447,6 +45540,18 @@ references: commentId: Overload:Sensus.Protocol.RemoteDataStore fullName: Sensus.Protocol.RemoteDataStore nameWithType: Protocol.RemoteDataStore +- uid: Sensus.Protocol.ResumeAsync + name: ResumeAsync() + href: api/Sensus.Protocol.html#Sensus_Protocol_ResumeAsync + commentId: M:Sensus.Protocol.ResumeAsync + fullName: Sensus.Protocol.ResumeAsync() + nameWithType: Protocol.ResumeAsync() +- uid: Sensus.Protocol.ResumeAsync* + name: ResumeAsync + href: api/Sensus.Protocol.html#Sensus_Protocol_ResumeAsync_ + commentId: Overload:Sensus.Protocol.ResumeAsync + fullName: Sensus.Protocol.ResumeAsync + nameWithType: Protocol.ResumeAsync - uid: Sensus.Protocol.RewardThreshold name: RewardThreshold href: api/Sensus.Protocol.html#Sensus_Protocol_RewardThreshold @@ -45882,6 +45987,12 @@ references: commentId: T:Sensus.ProtocolState fullName: Sensus.ProtocolState nameWithType: ProtocolState +- uid: Sensus.ProtocolState.Paused + name: Paused + href: api/Sensus.ProtocolState.html#Sensus_ProtocolState_Paused + commentId: F:Sensus.ProtocolState.Paused + fullName: Sensus.ProtocolState.Paused + nameWithType: ProtocolState.Paused - uid: Sensus.ProtocolState.Running name: Running href: api/Sensus.ProtocolState.html#Sensus_ProtocolState_Running @@ -46560,18 +46671,6 @@ references: commentId: F:Sensus.SensusServiceHelper.PROTOCOL_UPDATED_NOTIFICATION_ID fullName: Sensus.SensusServiceHelper.PROTOCOL_UPDATED_NOTIFICATION_ID nameWithType: SensusServiceHelper.PROTOCOL_UPDATED_NOTIFICATION_ID -- uid: Sensus.SensusServiceHelper.ProtocolShouldBeRunning(Sensus.Protocol) - name: ProtocolShouldBeRunning(Protocol) - href: api/Sensus.SensusServiceHelper.html#Sensus_SensusServiceHelper_ProtocolShouldBeRunning_Sensus_Protocol_ - commentId: M:Sensus.SensusServiceHelper.ProtocolShouldBeRunning(Sensus.Protocol) - fullName: Sensus.SensusServiceHelper.ProtocolShouldBeRunning(Sensus.Protocol) - nameWithType: SensusServiceHelper.ProtocolShouldBeRunning(Protocol) -- uid: Sensus.SensusServiceHelper.ProtocolShouldBeRunning* - name: ProtocolShouldBeRunning - href: api/Sensus.SensusServiceHelper.html#Sensus_SensusServiceHelper_ProtocolShouldBeRunning_ - commentId: Overload:Sensus.SensusServiceHelper.ProtocolShouldBeRunning - fullName: Sensus.SensusServiceHelper.ProtocolShouldBeRunning - nameWithType: SensusServiceHelper.ProtocolShouldBeRunning - uid: Sensus.SensusServiceHelper.PushNotificationToken name: PushNotificationToken href: api/Sensus.SensusServiceHelper.html#Sensus_SensusServiceHelper_PushNotificationToken