DigiaCEPDelegate class abstract
Implemented by Digia core internally. Plugin holds a reference to this and calls into it when the CEP fires a campaign. Plugin authors never implement this — they only call it.
- Implementers
Constructors
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
-
onCampaignInvalidated(
String campaignId) → void - Called when a previously delivered campaign is no longer valid. Digia dismisses the active nudge or inline payload with matching id.
-
onCampaignTriggered(
InAppPayload payload) → void - Called when the CEP has evaluated a campaign and it is ready to render. Digia routes the payload to nudge or inline surfaces based on command.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited