Package openfoodfacts.github.scrachx.openfood.features.login

Types

Link copied to clipboard
class LoginActivity : BaseActivity

A login screen that offers login via login/password. This Activity connect to the Chrome Custom Tabs Service on startup to prefetch the url.

Link copied to clipboard
class LoginActivityViewModel @Inject constructor(    application: Application,     dispatchers: CoroutineDispatchers,     productsAPI: ProductsAPI,     matomoAnalytics: MatomoAnalytics) : AndroidViewModel