BLIKComponent
public final class BLIKComponent : PaymentComponent, PresentableComponent, Localizable, LoadingComponent
extension BLIKComponent: TrackableComponent
A component that provides a form for BLIK payments.
-
Describes the component’s UI style.
Declaration
Swift
public let style: FormComponentStyle
-
Initializes the BLIK component.
Declaration
Swift
public init(paymentMethod: BLIKPaymentMethod, apiContext: APIContext, style: FormComponentStyle = FormComponentStyle())
Parameters
paymentMethod
The BLIK payment method.
apiContext
The API context.
style
The Component’s UI style.