Object

TextContextMenuKeys

Contains the objects used as keys for the compose provided context menu items.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
object TextContextMenuKeys

Contains the objects used as keys for the compose provided context menu items.

Properties

Common
val CutKey = Any()

Key for the context menu "Cut" item.

Common
val CopyKey = Any()

Key for the context menu "Copy" item.

Common
val PasteKey = Any()

Key for the context menu "Paste" item.

Common
val SelectAllKey = Any()

Key for the context menu "Select All" item.

Common
val AutofillKey = Any()

Key for the context menu "Autofill" item.