AiutaConsentEmbeddedIntoOnboardingFeature class
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.
- Inheritance
-
- Object
- AiutaConsentFeature
- AiutaConsentEmbeddedIntoOnboardingFeature
- Annotations
-
- @JsonSerializable()
Constructors
- AiutaConsentEmbeddedIntoOnboardingFeature.new({required AiutaConsentEmbeddedStrings strings})
-
Creates an AiutaConsentEmbeddedIntoOnboardingFeature
with the
strings
provided. -
AiutaConsentEmbeddedIntoOnboardingFeature.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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 → AiutaConsentEmbeddedStrings
-
Strings 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