MethodChannelUxFeedback class

Inheritance

Constructors

MethodChannelUxFeedback()

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

Operators

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

Constants

methodChannel → const MethodChannel