🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ProcessTextKey

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

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

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

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int