TapZonePosition

sealed interface TapZonePosition : Parcelable

The position of the tap zone indicator on the screen. This is based on the "natural" orientation of the device.

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) : TapToPayUxConfiguration.TapZonePosition

Specifies the position of the tap zone indicator, when the device is in its "natural" orientation.

Functions

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