PlaytimeParams class
The parameters related to User acquisition metadata.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- placement ↔ String?
-
The placement of the Playtime experience; e.g. “home screen”, “more options menu”.
getter/setter pair
- promotionTag ↔ String?
-
Promotion tag to trigger user-level promotions.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uaChannel ↔ String?
-
User acquisition channel where the user came from; e.g. video, offerwall.
getter/setter pair
- uaNetwork ↔ String?
-
User acquisition network where the user came from.
getter/setter pair
- uaSubPublisherCleartext ↔ String?
-
User acquisition sub ID in clear text where the user came from.
getter/setter pair
- uaSubPublisherEncrypted ↔ String?
-
User acquisition sub ID in encrypted form where the user came from.
getter/setter pair
Methods
-
encode(
) → Object -
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
Static Methods
-
decode(
Object result) → PlaytimeParams