POS App Checklist - AEVI-AppFlow/pos-android-sdk GitHub Wiki
Have you,
- Ensured that you dispose of the
Disposable
returned from theinitiateXXX
methods when your activity, fragment or service is destroyed? - Implemented the Flow Response Listeners to ensure your application always receive a response?
- Ensured you handle all relevant error outcomes in the initiate
onError
callbacks, as defined in theErrorConstants
model? - More TBD