PaymentReviewViewController
public final class PaymentReviewViewController : BottomSheetController, UIGestureRecognizerDelegate
extension PaymentReviewViewController: UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout
Undocumented
-
Undocumented
Declaration
Swift
public var model: PaymentReviewModel? -
Undocumented
Declaration
Swift
public weak var trackingDelegate: GiniMerchantTrackingDelegate? -
instantiate(with:document:extractions:paymentInfo:selectedPaymentProvider:trackingDelegate:paymentComponentsController:isInfoBarHidden:)Undocumented
Declaration
Swift
public static func instantiate(with giniMerchant: GiniMerchant, document: Document?, extractions: [Extraction]?, paymentInfo: PaymentInfo?, selectedPaymentProvider: PaymentProvider, trackingDelegate: GiniMerchantTrackingDelegate? = nil, paymentComponentsController: PaymentComponentsController, isInfoBarHidden: Bool = true) -> PaymentReviewViewController -
instantiate(with:data:paymentInfo:selectedPaymentProvider:trackingDelegate:paymentComponentsController:)Undocumented
Declaration
Swift
public static func instantiate(with giniMerchant: GiniMerchant, data: DataForReview?, paymentInfo: PaymentInfo?, selectedPaymentProvider: PaymentProvider, trackingDelegate: GiniMerchantTrackingDelegate? = nil, paymentComponentsController: PaymentComponentsController) -> PaymentReviewViewController -
Undocumented
Declaration
Swift
override public func viewDidLoad() -
Undocumented
Declaration
Swift
public override func viewDidAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
override public func viewDidDisappear(_ animated: Bool)
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
public func numberOfSections(in collectionView: UICollectionView) -> Int -
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
-
Undocumented
Declaration
Swift
public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize
-
Undocumented
Declaration
Swift
public func scrollViewDidScroll(_ scrollView: UIScrollView)
View on GitHub
PaymentReviewViewController Class Reference