FBSetUserDataCommand class
A class representing a command to set user data for the Meta App Ads SDK.
This class allows you to provide specific user data points like email, name, location etc. to the SDK for better ad targeting and personalization.
Properties:
type
: AnFBUserDataType
enum value specifying the type of user data to be set.value
: A string containing the actual value of the user data.
Constructors
- FBSetUserDataCommand({required FBUserDataType type, required String value})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → FBUserDataType
-
final
- value → String
-
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