SKAdNetworkEvent enum Null safety
Constants for logging post install events using Flurry's FlurrySKAdNetwork class.
Constructors
- SKAdNetworkEvent()
-
const
Values
- noEvent → const SKAdNetworkEvent
-
const SKAdNetworkEvent(0)
- registration → const SKAdNetworkEvent
-
const SKAdNetworkEvent(1)
- login → const SKAdNetworkEvent
-
const SKAdNetworkEvent(2)
- subscription → const SKAdNetworkEvent
-
const SKAdNetworkEvent(3)
- inAppPurchase → const SKAdNetworkEvent
-
const SKAdNetworkEvent(4)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
SKAdNetworkEvent> -
A constant List of the values in this enum, in order of their declaration.
[noEvent, registration, login, subscription, inAppPurchase]