ObserveIsAppsAllowedForUsageUseCase

This use case is responsible for observing the apps enabled configuration. Based on the feature config and if the user belongs to a team or not.

It returns a boolean indicating whether the apps feature is enabled or not for this user session. In case the team or session does not have the apps feature enabled, it will return false.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(): <Error class: unknown class><Boolean>