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