AiutaConsentStandaloneImagePickerPageFeature class
Consent information will be displayed in a bottom sheet when the user tries to upload a photo in the image picker. The user needs to accept the terms by setting required checkboxes to continue.
- Inheritance
-
- Object
- AiutaConsentFeature
- AiutaConsentStandaloneImagePickerPageFeature
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaConsentStandaloneImagePickerPageFeature.new({required AiutaConsentStandaloneStrings strings, required AiutaConsentStandaloneIcons icons, required AiutaConsentStandaloneStyles styles, required AiutaConsentStandaloneData data, required AiutaConsentStandaloneDataProvider dataProvider})
-
Creates an AiutaConsentStandaloneImagePickerPageFeature with the
strings
,icons
,styles
, list of consents indata
, anddataProvider
to control the consent feature. -
AiutaConsentStandaloneImagePickerPageFeature.fromJson(Map<
String, dynamic> json) -
factory
Properties
- data → AiutaConsentStandaloneData
-
Data used in the consent feature.
Contains the list of consents with their properties.
final
- dataProvider → AiutaConsentStandaloneDataProvider
-
Data provider for the consent feature.
Used to control the obtaining of the consent and provide the list
of consents that already have been accepted by the user.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icons → AiutaConsentStandaloneIcons
-
Icons used in the consent feature.
final
- mode ↔ AiutaConsentMode
-
The mode of the consent feature to be embedded into the onboarding with
embeddedIntoOnboarding
or displayed as a standalone page withstandaloneOnboardingPage
orstandaloneImagePickerPage
.getter/setter pairinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strings → AiutaConsentStandaloneStrings
-
Strings used in the consent feature.
final
- styles → AiutaConsentStandaloneStyles
-
Styles used in the consent feature.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited