VOProductDetailsViewController
@interface VOProductDetailsViewController : UIViewController
+ (instancetype)productDetailsViewControllerWithMerchant:(VOMerchant *)paymentMerchantInfo
currencyCode:(NSString *)currencyCode
vouchrTheme:(VOTheme *)vouchrTheme
createFlowDelegate:(id<VOVoucherCreationFlowDelegate>)createFlowDelegate
delegate:(id<VOProductDetailsViewControllerDelegate>)delegate;
- (void)updateViewDataWithAnimation:(BOOL)animation;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
+ (instancetype)productDetailsViewControllerWithMerchant:(VOMerchant *)paymentMerchantInfo currencyCode:(NSString *)currencyCode vouchrTheme:(VOTheme *)vouchrTheme createFlowDelegate:(id<VOVoucherCreationFlowDelegate>)createFlowDelegate delegate:(id<VOProductDetailsViewControllerDelegate>)delegate;
-
Undocumented
Declaration
Objective-C
- (void)updateViewDataWithAnimation:(BOOL)animation;
Swift
func updateViewData(withAnimation animation: Bool)