VOVoucherDiscoverViewControllerDelegate
@protocol VOVoucherDiscoverViewControllerDelegate <NSObject>
The ‘VOVoucherDiscoverViewControllerDelegate’ is the object responsible for handling callbacks from the VOVoucherDiscoverViewController
.
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;
Swift
func discoverViewControllerLaunchVoucherCreationTapped()