Right

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

The tap zone is to the right of the screen, and the indicator is an arrow pointing rightward.

Constructors

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

Properties

Link copied to clipboard
val bias: Float = 0.5f

The vertical bias of the tap zone indicator, as a float between 0 and 1. This will slide the indicator up or down along the right edge of the screen. 0 is at the top of the screen, 1 is at the bottom.

Functions

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