FUIEULADelegate
public protocol FUIEULADelegate : AnyObject
This protocol defines a set of actions the user can initiate on the FUIEULAViewController.
-
This function is invoked when the user taps the accept button.
Declaration
Swift
func eulaAccepted(on viewController: FUIEULAViewController)Parameters
viewController -
This function is invoked when the user taps the reject button.
Declaration
Swift
func eulaRejected(on viewController: FUIEULAViewController)Parameters
viewController -
This function is invoked when the user taps the cancel button.
Declaration
Swift
func eulaCancelled(on viewController: FUIEULAViewController)Parameters
viewController