FBLogPurchaseCommand class
A class representing a purchase event to be logged to the Meta App Ads SDK. Properties:
amount
: A double representing the purchase amount.currency
: A string representing the currency code. ISO 4217 code, e.g., "EUR", "USD", "JPY"eventParameter
: A map containing key-value (string, string) pairs representing additional parameters associated with the purchase event.
Constructors
Properties
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