Package-level declarations
Types
Link copied to clipboard
class StateRegistry(userStateFlow: StateFlow<User?>, latestUsers: StateFlow<Map<String, User>>, activeLiveLocations: StateFlow<List<Location>>, job: Job, now: () -> Long, scope: CoroutineScope)
Registry of all state objects exposed in the offline plugin. This class should have only one instance for the SDK.