UxFeedbackPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • UxFeedbackPlatform
Implementers

Constructors

UxFeedbackPlatform()

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<UXFeedbackAttribute>? 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 onCampaignTerminate(int campaignId, String eventName, int terminatedPage, int totalPages)?, void onCampaignEventSend(int campaignId)?, void onCampaignAnswered(int campaignId, String fieldValues)?, void onNoCampaignToStart(String eventName)?}) → void
setLogListener({void onLogReceive(String message)?}) → void
setProperties(Map<String, dynamic> properties) Future<void>
setSettings(UXFeedbackSettings settings) Future<void>
setTheme(UXFTheme 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

Static Properties

instance UxFeedbackPlatform
getter/setter pair