TapZone 
    
  Types
Link copied to clipboard
                  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.
Link copied to clipboard
                  The payment method should be tapped on the back of the device.
Link copied to clipboard
                  data class Below @JvmOverloads constructor(val bias: Float = 0.5f) : TapToPayUxConfiguration.TapZone
The tap zone is below the screen, and the indicator is an arrow pointing down.
Link copied to clipboard
                  The best tap zone will be chosen automatically based on the device being used.
Link copied to clipboard
                  The payment method should be tapped on the screen.
Link copied to clipboard
                  The tap zone is to the left of the screen, and the indicator is an arrow pointing leftward.
Link copied to clipboard
                  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.