Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface AppLockTeamFeatureConfigObserver
observe app lock feature flag of the team
Link copied to clipboard
internal class AppLockTeamFeatureConfigObserverImpl(userConfigRepository: UserConfigRepository) : AppLockTeamFeatureConfigObserver
Link copied to clipboard
interface MarkTeamAppLockStatusAsNotifiedUseCase
Mark the team app lock status as notified need to be called after notifying the user about the change e.g. after showing a dialog, or a toast etc.
Link copied to clipboard
class MarkTeamAppLockStatusAsNotifiedUseCaseImpl(userConfigRepository: UserConfigRepository) : MarkTeamAppLockStatusAsNotifiedUseCase