AWSPinpointUserProfile class

Extends the category-defined UserProfile class to include features supported relevant to Pinpoint only.

Constructors

AWSPinpointUserProfile({String? name, String? email, String? plan, UserProfileLocation? location, CustomProperties? customProperties, Map<String, List<String>>? userAttributes})
Extends the category-defined UserProfile class to include features supported relevant to Pinpoint only.

Properties

customProperties → CustomProperties?
finalinherited
email String?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
location → UserProfileLocation?
finalinherited
name String?
finalinherited
plan String?
finalinherited
properties → CustomProperties?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAttributes Map<String, List<String>>?
Analytics attributes for the Pinpoint User.
final

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