Package-level declarations
Types
Link copied to clipboard
class PinShortcutRequester
Requests pinned shortcuts from composition; obtain one with rememberPinShortcutRequester.
Functions
Link copied to clipboard
fun DynamicShortcutEffect(id: String, vararg keys: Any?, removeOnDispose: Boolean = true, builder: ShortcutSpec.() -> Unit)
Publishes a dynamic shortcut while this composable is in composition.
Link copied to clipboard
Remembers a PinShortcutRequester whose onResult fires with the shortcut id once the user confirms pinning. The result receiver is registered only while this composable is in composition.