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
VOVoucher
creation 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!)