PublisherConnection class
An Open Bidding exchange's connection to a publisher.
This is initiated by the publisher for the bidder to review. If approved by the bidder, this means that the bidder agrees to receive bid requests from the publisher.
Constructors
- PublisherConnection({String? biddingState, String? createTime, String? displayName, String? name, String? publisherPlatform})
- PublisherConnection.fromJson(Map json_)
Properties
- biddingState ↔ String?
-
Whether the publisher has been approved by the bidder.
Possible string values are:
getter/setter pair
- createTime ↔ String?
-
The time at which the publisher initiated a connection with the bidder
(irrespective of if or when the bidder approves it).
getter/setter pair
- displayName ↔ String?
-
Publisher display name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name of the publisher connection.
getter/setter pair
- publisherPlatform ↔ String?
-
Whether the publisher is an Ad Manager or AdMob publisher.
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