VoucherDiscoverViewControllerDelegate
@protocol VoucherDiscoverViewControllerDelegate <NSObject>
The ‘VoucherDiscoverViewControllerDelegate’ is the object responsible for handling callbacks from the VoucherDiscoverViewController
.
Screens include login screen, proceed screen, and customized personalization screens.
-
This delegate callback occurs when the user wants to start a new
Voucher
creation flow.Declaration
Objective-C
- (void)discoverViewControllerLaunchVoucherCreationTapped;
Swift
func discoverViewControllerLaunchVoucherCreationTapped()