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.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val lifecycle: Lifecycle

Functions

Link copied to clipboard
open override fun dispatchKeyEvent(event: KeyEvent): Boolean
Link copied to clipboard
open override fun dispatchKeyShortcutEvent(event: KeyEvent): Boolean
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