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
@JvmOverloads
constructor(bias: Float = 0.5f)

Types

Link copied to clipboard
object Companion

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
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)