FUIEULADelegate
public protocol FUIEULADelegate : AnyObject
Undocumented
-
This function is invoked when the user taps the accept button.
Declaration
Swift
func eulaAccepted(on viewController: FUIEULAViewController)
-
This function is invoked when the user taps the reject button.
Declaration
Swift
func eulaRejected(on viewController: FUIEULAViewController)
-
This function is invoked when the user taps the cancel button.
Declaration
Swift
func eulaCancelled(on viewController: FUIEULAViewController)