Feature module
The In store feature module includes all the presentation logic required to display the in store screens. If you need to include this module, add it to your build.gradle:
implementation ("com.poqstudio:stores.instore:$VERSION_NAME")Architecture
InStoreActivationActivityis the entry point to the in store activation.InStoreActivationFragmentis the main fragment for the in store activation.InStoreActivationFragmentDelegateis the fragment delegate for the in store activation.InStoreActivationViewModelis the main ViewModel for the in store activation.InStoreActivationSnackBarWrapperis the reusable composable for the activation snack bar.InStoreActivationScreenis the main composable for the in store activation screen.InStoreActivationis the reusable composable for the in store activation.
InStoreFinderActivityis the entry point to the in store finder.InStoreFinderFragmentis the main fragment for the in store finder.InStoreFinderFragmentDelegateis the fragment delegate for the in store finder.InStoreFinderScreenis the main composable for the in store finder screen.