DecisionType public enum DecisionType : String The type of consent decision made by the user. implicit A decision that was derived implicitly by the user action (e.g. by opening the application). Declaration Swift case implicit explicit An explicit decision that the user purposefully gave (e.g. by accepting the consent policy). Declaration Swift case explicit