FUIUserConsentPageComponent
public protocol FUIUserConsentPageComponent : FUIActionTitleComponent, FUIBodyMultiLineComponent, FUITitleComponent
Wrapper protocol for Title, Body, and ActionTitle components
-
Optional handler, invoked when user taps on action button.
Declaration
Swift
var actionHandler: ((FUIUserConsentPageViewController) -> Void)? { get set } -
The
UIDataDetectorTypesfor the body text.Declaration
Swift
var bodyDataDetectorTypes: UIDataDetectorTypes { get set }