Classes

The following classes are available globally.

  • SDK Initialization object.

    See more

    Declaration

    Swift

    public final class AlPayments
  • Check deposit view controller. Can be used to easily integrate the SDK.

    See more

    Declaration

    Swift

    public final class DepositCheckViewController : UIViewController
    extension DepositCheckViewController: CheckDepositsDelegate, CaptureDelegate
    extension DepositCheckViewController: DismissDelegate
    extension DepositCheckViewController: LoadingDelegate, ErrorDelegate
  • Create card view controller. Can be used to easily integrate the SDK.

    See more

    Declaration

    Swift

    public final class CreateCardViewController : UIViewController
    extension CreateCardViewController: DismissDelegate
    extension CreateCardViewController: ViewDelegate
    extension CreateCardViewController: ErrorDelegate
  • Create card independent view. Can be used to easily integrate the SDK on a pre-existing layout.

    See more

    Declaration

    Swift

    public final class CreateCardView : UIView