FUIUserConsentPageViewControllerDelegate
public protocol FUIUserConsentPageViewControllerDelegate : AnyObject
This protocol defines the functions to be invoked when user tapped either the ‘Allow’ or ‘Deny’ button on the FUIUserConsentPageViewController.
-
This function is invoked when user tapped the ‘Allow’ button.
Declaration
Swift
func didAllow(_ controller: FUIUserConsentPageViewController)Parameters
controller -
This function is invoked when user tapped the ‘Deny’ button.
Declaration
Swift
func didDeny(_ controller: FUIUserConsentPageViewController)Parameters
controller