UserConsentViewModel

public protocol UserConsentViewModel

Undocumented

  • Undocumented

    Declaration

    Swift

    var userConsentForms: [UserConsentFormModel] { get }
  • didAllow Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var didAllow: ((Int) -> Void)? { get }
  • didDeny Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var didDeny: ((Int, Bool) -> Void)? { get }
  • didCancel Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var didCancel: ((Int) -> Void)? { get }
  • didFinish Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var didFinish: (([Int]) -> Void)? { get }