FullyDrawnReporterOwner
interface FullyDrawnReporterOwner
ComponentActivity |
Base class for activities that enables composition of higher level components. |
AppCompatActivity |
Base class for activities that wish to use some of the newer platform features on older Android devices. |
BaseCarAppActivity |
Core logic for CarAppLibrary Activity interaction with a host. |
CarAppActivity |
The class representing a car app activity in the main display. |
FragmentActivity |
Base class for activities that want to use the support-based |
LauncherActivity |
This class handles providing the right launcher activity when running native applications and Car App Library applications. |
PreviewActivity |
Activity used to run |
A class that has a FullyDrawnReporter that allows you to have separate parts of the UI independently register when they have been fully loaded.
Summary
Public properties |
|
|---|---|
FullyDrawnReporter |
Retrieve the |
Public properties
fullyDrawnReporter
val fullyDrawnReporter: FullyDrawnReporter
Retrieve the FullyDrawnReporter that should handle the independent parts of the UI that separately report that they are fully drawn.