Package-level declarations
Types
Link copied to clipboard
Base android.app.Activity class for every Activity in this application.
Link copied to clipboard
Base android.app.Fragment class for every fragment in this application.
Link copied to clipboard
interface Cancelable
Component can cancel itself or whatever it is that he is doing.
Link copied to clipboard
interface Initializable
Component is licensed.
Link copied to clipboard
interface IPermissionViewModel
View model that handles camera permissions for the rtu-ui components
Link copied to clipboard
interface Licensable
Component is licensed.
Link copied to clipboard
NOTE: 'NF' stands for 'NonFragment' - temporary classes (while migrating away from fragments). Migrated components' activities are to subclass this, instead of old BaseActivity.
Link copied to clipboard
interface PermissionAware
Activity's permission delegate. Also see PermissionAwareDelegate.
Link copied to clipboard
Implementation delegate for PermissionAware.
Link copied to clipboard
Corresponding navigation events of the permission state handling
Link copied to clipboard
class PermissionViewModel(checkCameraPermissionUseCase: CheckCameraPermissionUseCase) : Router, IPermissionViewModel
Link copied to clipboard
interface TerminateCondition
Represents an interface of "Condition" for Activity termination