AccountState
Enum class that represents the user's Aptoide account sign-in state, reported by the AptoideAccountStateListener.
Constants
| Name | Value | Description |
|---|---|---|
| SIGNED_OUT | 0 | The user is signed out; the SDK operates with the anonymous guest wallet. |
| SIGNED_IN | 1 | The user is signed in to their Aptoide account. |