FBLogStandardEventCommand class
A class representing a standard event to be logged to the Meta App Ads SDK.
Standard events are predefined events with well-defined meanings provided by Meta. You can use this class to easily log common user actions within your app.
Properties:
event
: AnFBStandardEvent
enum value specifying the standard event to log.parameters
: A map containing key-value pairs where keys areFBStandardParameter
enums representing additional parameters associated with the standard event, and values are strings containing the parameter values.
Constructors
-
FBLogStandardEventCommand({required FBStandardEvent event, required Map<
FBStandardParameter, String> parameters})
Properties
- event → FBStandardEvent
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
→ Map<
FBStandardParameter, String> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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