WECampaignCallback class

Constructors

WECampaignCallback.new()

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
onCampaignClicked(String actionId, String deepLink, WECampaignData data) → void
this method will get called whenever the campaign is clicked, Any button or view clicked on campaign this method is called and data related to that clicked is received ** actionId : ID for the view clicked ** deepLink : if that view contains any deeplink , that linked is passed ** WECampaignData : campaign data for that complete view
onCampaignException(String? campaignId, String targetViewId, String error) → void
this method get called whenever any exception occurred while rendering or action perform on the campaign view
onCampaignPrepared(WECampaignData data) → void
whenever the campaign is prepared
onCampaignShown(WECampaignData data) → void
whenever the campaign is shown
toString() String
A string representation of this object.
inherited

Operators

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