PaymentHandler
public protocol PaymentHandler : AnyObject
A class that handles Payment
and notifies its delegate.
-
The delegate that is notified of successful payment collection
Declaration
Swift
var delegate: PaymentHandlerDelegate? { get set }