TapResearch class

Constructors

TapResearch.private(MethodChannel channel)

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

configure({String? apiToken}) Future<void>
initPlacement({String? placementId}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDebugMode(bool mode) Future<void>
setDidReceiveRewardListener(DidReceiveRewardListener didReceiveRewardListener) → void
setIsSurveyWallAvailableListener(IsSurveyWallAvailableListener isSurveyWallAvailableListener) → void
setNavigationBarColor({String? hexColor, double? red, double? green, double? blue, double? alpha}) Future<void>
setNavigationBarText(String navBarText) Future<void>
setNavigationBarTextColor({String? hexColor, double? red, double? green, double? blue, double? alpha}) Future<void>
setRewardListener() Future<void>
setSurveyWallDismissedListener(SurveyWallDismissedListener surveyWallDismissedListener) → void
setSurveyWallOpenedListener(SurveyWallOpenedListener surveyWallOpenedListener) → void
setUniqueUserIdentifier(String uid) Future<void>
showSurveyWall() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TapResearch
no setter