DecisionType

public enum DecisionType : String

The type of consent decision made by the user.

  • A decision that was derived implicitly by the user action (e.g. by opening the application).

    Declaration

    Swift

    case implicit
  • An explicit decision that the user purposefully gave (e.g. by accepting the consent policy).

    Declaration

    Swift

    case explicit