Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Consider: AppContextChangeHandler to call current value upon subscription. #130

Closed esreli closed 3 years ago

esreli commented 6 years ago

This would de-couple the need to init with a value and then to monitor for changes. When subscribing to changes, the closure is called immediately with the initial value.

esreli commented 3 years ago

The AppContextChangeHandler has been deprecated and is removed from the app. Closing.