ITunesConnectAnalytics class
Parameters for iTunes Connect App Analytics.
Constructors
- ITunesConnectAnalytics({String? at, String? ct, String? mt, String? pt})
- ITunesConnectAnalytics.fromJson(Map _json)
Properties
- at ↔ String?
-
Affiliate token used to create affiliate-coded links.
getter/setter pair
- ct ↔ String?
-
Campaign text that developers can optionally add to any link in order to
track sales from a specific marketing campaign.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mt ↔ String?
-
iTune media types, including music, podcasts, audiobooks and so on.
getter/setter pair
- pt ↔ String?
-
Provider token that enables analytics for Dynamic Links from within iTunes
Connect.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited