Package-level declarations

Types

Link copied to clipboard

Error class thrown when there's an issue fetching the pending request to complete the flow.

Functions

Link copied to clipboard
fun PayPalButton(style: PayPalButtonColor, payPalRequest: PayPalRequest, authorization: String, appLinkReturnUrl: Uri, deepLinkFallbackUrlScheme: String, pendingRequestRepository: PendingRequestRepository = PendingRequestRepository(LocalContext.current, "paypal"), paypalTokenizeCallback: PayPalTokenizeCallback)

A composable that displays a PayPal branded button.

Link copied to clipboard
fun PayPalButtonView(style: PayPalButtonColor, enabled: Boolean = true, onClick: () -> Unit)
Link copied to clipboard
Link copied to clipboard
fun VenmoButton(style: VenmoButtonColor, venmoRequest: VenmoRequest, authorization: String, appLinkReturnUrl: Uri, deepLinkFallbackUrlScheme: String? = null, pendingRequestRepository: PendingRequestRepository = PendingRequestRepository(LocalContext.current, "venmo"), venmoTokenizeCallback: VenmoTokenizeCallback)

A composable that displays a Venmo branded button.

Link copied to clipboard
fun VenmoButtonView(style: VenmoButtonColor, enabled: Boolean = true, onClick: () -> Unit)