PublisherSegmentation class

Constructors

PublisherSegmentation()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetch() → void
Triggers an async call to the server.
getPublisherData() Future<Map<String, String>?>
Retrieves the fetched publisher data
isFetchFinished() Future<bool>
Indicates whether the publisher data is fetched and ready to use.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerListener(PublisherSegmentationListener listener) → void
Registers as an observer
toString() String
A string representation of this object.
inherited
unregisterListener(PublisherSegmentationListener listener) → void
Unregisters an observer

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

publisherSegmentationAgent ↔ PublisherSegmentationAgent?
getter/setter pair