ChannelConversionPing class

Pings that the app shall fire (authenticated by biscotti cookie).

Each ping has a context, in which the app must fire the ping, and a url identifying the ping.

Constructors

ChannelConversionPing({String? context, String? conversionUrl})
ChannelConversionPing.fromJson(Map json_)

Properties

context String?
Defines the context of the ping. Possible string values are:
getter/setter pair
conversionUrl String?
The url (without the schema) that the player shall send the ping to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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