enum ConsentLaunchOutcome : Enum<ConsentLaunchOutcome>
| Member | Description |
|---|---|
NotRequired |
Consent flow was not launched because this consent was already completed and user already DISMISSED/CONSENTED/WITHDRAWN
|
Dismissed |
Consent flow was launched and user DISMISSED the consent without approving or declining.
|
Denied |
Consent flow was launched and user declined to the consent.
|
Approved |
Consent flow was launched and user agreed to the consent.
|
value
: Int
[Get] |
Signature
val value: Int |