TapZonePosition

sealed interface TapZonePosition : Parcelable

The position of the tap zone indicator on the screen.

Inheritors

Types

Link copied to clipboard

The best position will be chosen automatically based on the device being used.

Link copied to clipboard
data class Manual(val xBias: Float, val yBias: Float) : LocalMobileUxConfiguration.TapZonePosition

Specifies the position of the tap zone indicator.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)