Package-level declarations

Types

Link copied to clipboard
fun interface PaymentCallback

Main callback to be executed after the payment is completed.

Link copied to clipboard
class PaymentResultContract : ActivityResultContract<Intent, Result<PaymentResult>>

Activity Result Contract implementation for the payment activities.