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 gestureId: String,
    public val priority: GesturePriority = GesturePriority.Unspecified,
)

Represents the persistent specification for a one-handed gesture.

When creating OneHandedGestureConfiguration outside of tests, it is recommended to use the rememberOneHandedGestureConfiguration function.

Note: It is not recommended to register multiple gestures for the same action and priority. If multiple gestures are registered with identical actions and priorities, all of them will be actioned simultaneously.

Last updated: