WEPlaceholderCallback class
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
-
onDataReceived(WECampaignData data)
→ void
-
In WeCampaignData you will receive all the data related to the UI
-
onPlaceholderException(String campaignId, String targetViewId, String error)
→ void
-
In PlaceholderException , you will get the exception related to ui rendering
if due to any reason ui is not been rendered, the exception will thrown here
and the ui will not rendered
ex : due to timeout exception ui not rendered you will get the below exception
-
onRendered(WECampaignData data)
→ void
-
This method will get called whenever the Campaign rendering get completed.
you will all the data related to ui in WECampaignData.
-
toString()
→ String
-
A string representation of this object.
inherited