YoHe class

Constructors

YoHe()

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
sendEvent({required String event, List<YoHeAttribute>? attributes}) Future<void>
setCampaignListener({void onCampaignLoaded(bool success)?, void onCampaignReceiveError(String message)?, void onCampaignShow(int campaignId, String eventName)?, void onCampaignFinish(int campaignId, String eventName)?, void onCampaignEventSend(int campaignId)?, void onCampaignTerminate(int campaignId, String eventName, int terminatedPage, int totalPages)?, void onCampaignAnswered(int campaignId, String fieldValues)?}) → void
setLogListener({void onLogReceive(String message)?}) → void
setProperties(Map<String, dynamic> properties) Future<void>
setSettings(YoHeSettings settings) Future<void>
setTheme(YoHeTheme theme) Future<void>
setup({String? endpoint, required String appID}) Future<bool?>
stopCampaign() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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