Samagra-Development / odk-collect-extension

ODK Collect is an Android app for filling out forms. ODK Collect Extensions is a layer on top of ODK Collect to make it easier to integrate inside existing Android apps.
https://docs.getodk.org/collect-intro
Apache License 2.0
5 stars 18 forks source link

Document all the events that can be emitted by a particular method in ODK interactor #16

Open chinmoy12c opened 1 year ago

chinmoy12c commented 1 year ago

There has been a shift from callbacks to events emission/reception structure. Currently there is no documentation that explicitly tells the user what events may be emitted by a particular method which makes it problematic to handle different scenarios.