Class

ProcessTextKey

Key for context menu items added for the Android PROCESS_TEXT intent actions.

Android
class ProcessTextKey
internal constructor(
    /**
     * There can be multiple PROCESS_TEXT items in the context menu and each of them has a different
     * id.
     */
    val id: Int
)

Key for context menu items added for the Android PROCESS_TEXT intent actions. You can use this key to filter the PROCESS_TEXT components by calling Modifier.filterTextContextMenuComponents.