MethodChannelUxFeedback class
- Inheritance
-
- Object
- PlatformInterface
- UxFeedbackPlatform
- MethodChannelUxFeedback
Constructors
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}) → Future< void> -
override
-
setCampaignListener(
{Function? onCampaignLoaded, dynamic onCampaignShow(String eventName)?, dynamic onCampaignFinish(String eventName)?, dynamic onCampaignEventSend(String campaignId, String fieldValues)?, dynamic onCampaignTerminate(String eventName, int terminatedPage, int totalPages)?}) → 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