Package com.hypertrack.sdk.repositories

Types

Link copied to clipboard
class Account
Link copied to clipboard
class AccountRepository

Account model on current device. Device Id is scoped to publishable Key, so it can't exist outside of login, so these two identifiers should be kept together to prevent oddities of using wrong Id in case of multiple accounts on one device.

Link copied to clipboard
interface AccountStorage
Link copied to clipboard
class ConfigRepository(dataStore: DataStore, gson: Gson)

Functions

Link copied to clipboard
fun String.sanitizePk(): String