AiutaConsentMode enum
The mode of the consent feature.
Values
- embeddedIntoOnboarding → const AiutaConsentMode
-
Consent information will be embedded into the onboarding pages in the bottom of the screen. The user is not required to explicitly accept the terms and conditions in order to proceed.
- standaloneOnboardingPage → const AiutaConsentMode
-
Consent information will be displayed in a standalone page after the onboarding (as the last page of the onboarding if it is enabled, or as a separate page otherwise). The user needs to accept the terms by setting required checkboxes to continue.
- standaloneImagePickerPage → const AiutaConsentMode
-
Consent information will be displayed in a bottom sheet when the user tries to upload a photo in the photo picker. The user needs to accept the terms by setting required checkboxes to continue.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AiutaConsentMode> - A constant List of the values in this enum, in order of their declaration.