Edge class

Adobe Experience Platform Edge Workflow API.

Constructors

Edge()

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

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 Properties

extensionVersion Future<String>
Returns the version of the Edge extension
no setter
locationHint Future<String?>
Gets the Edge Network location hint used in requests to the Adobe Experience Platform Edge Network. The Edge Network location hint may be used when building the URL for Adobe Experience Platform Edge Network requests to hint at the server cluster to use. @return the Edge Network location hint, or null if the location hint expired or is not set.
no setter

Static Methods

sendEvent(ExperienceEvent experienceEvent) Future<List<EventHandle>>
Send an Experience Event to Adobe Experience Edge @param {experienceEvent} Event to be sent to Adobe Experience Edge returns the associated response handles received from the Adobe Experience Edge; it may return an empty array if no handles were returned for the given experienceEvent
setLocationHint([String? hint]) Future<void>
Set the Edge Network location hint used in requests to the Adobe Experience Platform Edge Network. Sets the Edge Network location hint used in requests to the AEP Edge Network causing requests to "stick" to a specific server cluster. Passing null or an empty string will clear the existing location hint. Edge Network responses may overwrite the location hint to a new value when necessary to manage network traffic. Use caution when setting the location hint. Only use location hints for the 'EdgeNetwork' scope. An incorrect location hint value will cause all Edge Network requests to fail. @param {hint} the Edge Network location hint to use when connecting to the Adobe Experience Platform Edge Network