FBStandardEvent enum
An enum representing standard events that can be logged to the Meta App Ads SDK.
Values
- adClick → const FBStandardEvent
- adImpression → const FBStandardEvent
- completedRegistration → const FBStandardEvent
- completedTutorial → const FBStandardEvent
- contact → const FBStandardEvent
- customizeProduct → const FBStandardEvent
- donate → const FBStandardEvent
- findLocation → const FBStandardEvent
- rated → const FBStandardEvent
- schedule → const FBStandardEvent
- searched → const FBStandardEvent
- startTrial → const FBStandardEvent
- submitApplication → const FBStandardEvent
- subscribe → const FBStandardEvent
- viewedContent → const FBStandardEvent
- addedPaymentInfo → const FBStandardEvent
- addedToCart → const FBStandardEvent
- addedToWishlist → const FBStandardEvent
- initiatedCheckout → const FBStandardEvent
- purchased → const FBStandardEvent
- achievedLevel → const FBStandardEvent
- unlockedAchievement → const FBStandardEvent
- spentCredits → const FBStandardEvent
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
FBStandardEvent> - A constant List of the values in this enum, in order of their declaration.