Stay organized with collections Save and categorize content based on your preferences.

androidx.activity

Interfaces

FullyDrawnReporterOwner

A class that has a FullyDrawnReporter that allows you to have separate parts of the UI independently register when they have been fully loaded.

OnBackPressedDispatcherOwner

A class that has an OnBackPressedDispatcher that allows you to register a OnBackPressedCallback for handling the system back button.

Classes

ActivityViewModelLazyKt
ComponentActivity

Base class for activities that enables composition of higher level components.

ComponentDialog

Base class for dialogs that enables composition of higher level components.

FullyDrawnReporter

Manages when to call Activity.reportFullyDrawn.

FullyDrawnReporterKt
OnBackPressedCallback

Class for handling OnBackPressedDispatcher.onBackPressed callbacks without strongly coupling that implementation to a subclass of ComponentActivity.

OnBackPressedDispatcher

Dispatcher that can be used to register OnBackPressedCallback instances for handling the ComponentActivity.onBackPressed callback via composition.

OnBackPressedDispatcherKt
PipHintTrackerKt
ViewTreeFullyDrawnReporterOwner
ViewTreeOnBackPressedDispatcherOwner