Above

data class Above @JvmOverloads constructor(val bias: Float = 0.5f) : TapToPayUxConfiguration.TapZone

The tap zone is above the screen, and the indicator is an arrow pointing up.

Constructors

Link copied to clipboard
constructor(bias: Float = 0.5f)

Properties

Link copied to clipboard
val bias: Float = 0.5f

The horizontal bias of the tap zone indicator, as a float between 0 and 1. This will slide the indicator left or right along the top edge of the screen. 0 is to the left of the screen, 1 is to the right.

Functions

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