OneHandedGestureInteraction.Indicate

class OneHandedGestureInteraction.Indicate : OneHandedGestureInteraction


An interaction representing an indication event, used to display a visual indicator for the given gesture action.

Summary

Public constructors

Indicate(action: GestureAction, key: String)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

GestureAction

The specific GestureAction to be visually represented.

String

The unique identifier associated with this gesture instance.

Public constructors

Indicate

Added in 1.7.0-alpha04
Indicate(action: GestureAction, key: String)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

action

val actionGestureAction

The specific GestureAction to be visually represented.

key

Added in 1.7.0-alpha04
val keyString

The unique identifier associated with this gesture instance.