IOSAllInOneSDK

iOS-specific extension of AllInOneSDK that provides methods for handling payment response URLs received from the payment app via deep linking.

Properties

Link copied to clipboard
abstract val isAvailable: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun handleTeyaAppResponseURL(url: NSURL): Boolean

Handles a payment response URL received from the Teya payment app.

Link copied to clipboard
abstract fun setupTransactionsApi(skipApprovedScreen: Boolean, allowPaymentAppTips: Boolean, showReceiptOptionsOnPaymentApp: Boolean): TeyaCommonTransactionsApi?