Package-level declarations
Types
Link copied to clipboard
class PayPalButton @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatButton
A customizable PayPal branded button to initiate the PayPal flow.
Link copied to clipboard
A representation of the different colors of PayPal buttons
Link copied to clipboard
Callback for receiving result of PayPal payment authorization request from PayPalButton.
Link copied to clipboard
class VenmoButton @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatButton
A customizable Venmo branded button to initiate the Venmo flow.
Link copied to clipboard
A representation of the different colors of Venmo buttons
Link copied to clipboard
Callback for receiving result of Venmo payment authorization request from VenmoButton.