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
sealed class PayPalButtonColor

A representation of the different colors of PayPal buttons

Link copied to clipboard
fun interface PayPalLaunchCallback

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
sealed class VenmoButtonColor

A representation of the different colors of Venmo buttons

Link copied to clipboard
fun interface VenmoLaunchCallback

Callback for receiving result of Venmo payment authorization request from VenmoButton.