ComponentActivity
Base class for activities to allow intercepting KeyEvent methods in a composable way in core.
You most certainly don't want to extend this class, but instead extend androidx.activity.ComponentActivity.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Retrieves a previously set ExtraData by class name.
Link copied to clipboard
Store an instance of ExtraData for later retrieval by class name via getExtraData.
Link copied to clipboard