VODiscoverScreenViewControllerDelegate
@protocol VODiscoverScreenViewControllerDelegate <NSObject>
The ‘VODiscoverScreenViewControllerDelegate’ is the object responsible for handling callbacks from the VODiscoverScreenViewController.
Screens include login screen, proceed screen, and customized personalization screens.
-
This delegate callback occurs when the user wants to start a new
VOVouchercreation flow.Declaration
Objective-C
- (void)discoverViewControllerLaunchVoucherCreationTapped: (UIViewController<VODiscoverScreenViewControllerProtocol> *) discoverViewController;Swift
func discoverViewControllerLaunchVoucherCreationTapped(_ discoverViewController: Any!) -
Undocumented
Declaration
Objective-C
- (void)discoverViewController:(UIViewController<VODiscoverScreenViewControllerProtocol> *)discoverViewController didSelectVoucherTemplateWithMutableVoucher:(VOMutableVoucher *)mutableVoucher;Swift
func discoverViewController(_ discoverViewController: Any!, didSelectVoucherTemplateWith mutableVoucher: VOMutableVoucher!)
View on GitHub
VODiscoverScreenViewControllerDelegate Protocol Reference