AssociationSession class

Constructors

AssociationSession({String? accountId, String? id, String? kind, List<String>? productCodes, String? redirectUrl, String? status, String? userLocale, String? websiteLocale, String? websiteUrl})
AssociationSession.fromJson(Map json_)

Properties

accountId String?
Hosted account id of the associated publisher after association.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique identifier of this association session.
getter/setter pair
kind String?
Kind of resource this is, in this case adsensehost#associationSession.
getter/setter pair
productCodes List<String>?
The products to associate with the user.
getter/setter pair
redirectUrl String?
Redirect URL of this association session.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Status of the completed association, available once the association callback token has been verified.
getter/setter pair
userLocale String?
The preferred locale of the user themselves when going through the AdSense association flow.
getter/setter pair
websiteLocale String?
The locale of the user's hosted website.
getter/setter pair
websiteUrl String?
The URL of the user's hosted website.
getter/setter pair

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