API reference
API reference
Select your platform
No SDKs available
No versions available

ConsentLaunchOutcome Enum

This enum represents the outcome of launch request of a consent flow

Signature

enum ConsentLaunchOutcome : Enum<ConsentLaunchOutcome> 

Enumeration Constants

MemberDescription
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.

Properties

value : Int
[Get]
Signature
val value: Int
Did you find this page helpful?