UserProperties class

User Properties class for Flurry

Constructors

UserProperties()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addValue(String propertyName, String propertyValue) → void
Extends or creates property named propertyName.
addValues(String propertyName, List<String> propertyValues) → void
Extends or creates property named propertyName.
flag(String propertyName) → void
Exactly set, or replace if any previously exists, any state for the propertyName to a single true state.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String propertyName) → void
Removes all property values for the property named propertyName.
removeValue(String propertyName, String propertyValue) → void
Reduces property named propertyName.
removeValues(String propertyName, List<String> propertyValues) → void
Reduce property named propertyName.
setValue(String propertyName, String propertyValue) → void
Exactly sets, or replace if any previously exists, any state for the property.
setValues(String propertyName, List<String> propertyValues) → void
Exactly set, or replace if any previously exists, any state for the property.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

userPropertiesAgent ↔ UserPropertiesAgent?
getter/setter pair

Constants

propertyCurrencyPreference → const String
Standard User Property: Currency Preference.
propertyPurchaser → const String
Standard User Property: Purchaser.
propertyRegisteredUser → const String
Standard User Property: Registered user.
propertySubscriber → const String
Standard User Property: Subscriber.