Component module
The account component module includes all the domain and data logic required for account. If you need to include this module, add it to your build.gradle
:
implementation ("com.poqstudio:components.account:$VERSION_NAME")
Interactors
These are the available interactors in the account component:
- CreateAndSaveGuestTokenUser
- GetCookies
- GetProfile
- Login
- Logout
- MigrateCredentialsToTokenUser
- ObserveAccountContent
- ObserveProfileChanges
- RefreshToken
- Register
- UpdateProfile
Analytics tracker
This is the available tracker in the account component: