WEPersonalization class
Constructors
- WEPersonalization.new()
-
factory
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
-
deregisterWEPlaceholderCallback(
String screenName) → void -
deregisterWEPlaceholderCallbackById(
int id) → void -
init(
{bool enableLogs = false}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerWECampaignCallback(
WECampaignCallback weCampaignCallback) → void - use this method to get the callback for any action perform on campaign
-
registerWEPlaceholderCallback(
String? androidPropertyId, int iosPropertyId, String screenName, {WEPlaceholderCallback? placeholderCallback}) → int - use this method to register if you only wanted to get the data and not the ui rendering part example : Custom view
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited