RequiredPersonalizationFields enum
Values
- name → const RequiredPersonalizationFields
-
Prompts the user for their name.
fullName
,givenName
, andfamilyName
are submitted in the personalize request. - postalCode → const RequiredPersonalizationFields
-
Prompts the user for their postal code.
postalCode
andISOCountryCode
are submitted in the personalize request. - email → const RequiredPersonalizationFields
-
Prompts the user for their email address.
emailAddress
is submitted in the personalize request. - phoneNumber → const RequiredPersonalizationFields
-
Prompts the user for their phone number.
phoneNumber
is submitted in the personalize request.
Properties
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<
RequiredPersonalizationFields> - A constant List of the values in this enum, in order of their declaration.