IssuerListComponent
public final class IssuerListComponent : PaymentComponent, PresentableComponent, LoadingComponent
extension IssuerListComponent: TrackableComponent
A generic component for “issuer-based” payment methods, such as iDEAL and MOLPay. This component will provide a list in which the user can select their issuer.
-
The issuer list payment method.
Declaration
Swift
public var paymentMethod: PaymentMethod { get }
-
The delegate of the component.
Declaration
Swift
public weak var delegate: PaymentComponentDelegate?
-
Describes the component’s UI style.
Declaration
Swift
public let style: ListComponentStyle
-
Initializes the issuer list component.
Declaration
Swift
public init(paymentMethod: IssuerListPaymentMethod, apiContext: APIContext, style: ListComponentStyle = ListComponentStyle())
Parameters
paymentMethod
The issuer list payment method.
style
The Component’s UI style..
-
Declaration
Swift
public var viewController: UIViewController { get }
-
Declaration
Swift
public func stopLoading()