FirebaseAnalyticsLoggerEvent enum
FirebaseAnalytics events for logging.
FirebaseAnalytics用のログイベント。
Values
- adShown → const FirebaseAnalyticsLoggerEvent
-
Ad shown.
広告表示。
- purchased → const FirebaseAnalyticsLoggerEvent
-
Purchased.
購入。
- refund → const FirebaseAnalyticsLoggerEvent
-
Refund.
返金。
- tutorialStart → const FirebaseAnalyticsLoggerEvent
-
Tutorial start.
チュートリアル開始。
- tutorialEnd → const FirebaseAnalyticsLoggerEvent
-
Tutorial end.
チュートリアル終了。
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
- categoryKey → const String
- Product category key.
- currencyKey → const String
- Currency key.
- formatKey → const String
- Format key.
- idKey → const String
- ID key.
- nameKey → const String
- Product name key.
- platformKey → const String
- Platform key.
- priceKey → const String
- Price key.
- productsKey → const String
- Products key.
- quantityKey → const String
- Quantity key.
- sourceKey → const String
- Source key.
- transactionIdKey → const String
- Transaction ID key.
- valueKey → const String
- Value key.
-
values
→ const List<
FirebaseAnalyticsLoggerEvent> - A constant List of the values in this enum, in order of their declaration.