Start native apps faster with the Composables CLI ->
Class

OneHandedGestureConfiguration

Represents the persistent specification for a one-handed gesture.

Source set: Android
public class OneHandedGestureConfiguration(
    public val action: GestureAction,
    public val key: String,
    public val priority: GesturePriority = GesturePriority.Unspecified,
)

Represents the persistent specification for a one-handed gesture.

Last updated: