FUIUserConsentForm

public protocol FUIUserConsentForm

Protocol implemented by FUISinglePageUserConsentForm and FUIMultiPageUserConsentForm

  • Boolean denoting whether the user consent form is a mandatory form or not.

    Declaration

    Swift

    var isRequired: Bool { get set }
  • Boolean denoting whether the form was accepted or not by the user.

    Declaration

    Swift

    var isUserAccepted: Bool { get }
  • The pages in a form.

    Declaration

    Swift

    var pages: [FUIUserConsentPage] { get }