Sheet

class Sheet(transaction: Transaction, activity: Activity, supportFragmentManager: FragmentManager) : Payment, Presentable, ObservablePayment, ActivityResultListener

Constructors

Link copied to clipboard
fun Sheet(transaction: Transaction, activity: Activity, supportFragmentManager: FragmentManager)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun addObserver(paymentDelegate: PaymentDelegate)

Function responsible for adding payment observer

Link copied to clipboard
open override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)
Link copied to clipboard
open override fun onBackPressed()

Function responsible for handling back press inside Tpay UI module

Link copied to clipboard
open override fun present(): SheetOpenResult

Function responsible for opening Tpay UI module

Link copied to clipboard
open override fun removeObserver()

Function responsible for removing observer