MovableInkPluginPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- MovableInkPluginPlatform
- Implementers
Constructors
- MovableInkPluginPlatform()
- Constructs a MovableInkPluginPlatform.
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
-
categoryViewed(
Map< String, dynamic> properties) → void -
checkPasteboardOnInstall(
) → Future< String?> -
identifyUser(
) → void -
lastResolvedURL(
) → String -
logEvent(
String name, Map< String, dynamic> properties) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
orderCompleted(
Map< String, dynamic> properties) → void -
productAdded(
Map< String, dynamic> properties) → void -
productRemoved(
Map< String, dynamic> properties) → void -
productSearched(
Map< String, dynamic> properties) → void -
productViewed(
Map< String, dynamic> properties) → void -
resolveUrl(
String url) → Future< String?> -
setAppInstallEventEnabled(
Bool enabled) → void -
setMIU(
String miu) → void -
setValidPasteboardValues(
List< String> values) → void -
showInAppMessage(
String url) → void -
start(
) → Stream< String> -
subscribeToInAppMessageInteraction(
) → Stream< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ MovableInkPluginPlatform
-
The default instance of MovableInkPluginPlatform to use.
getter/setter pair