MethodChannelMovableInkPlugin class
An implementation of MovableInkPluginPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- MovableInkPluginPlatform
- MethodChannelMovableInkPlugin
Constructors
Properties
- eventChannel → EventChannel
-
the event channel used by MIClient.start to return resolved deeplinks
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inAppMessageChannel → EventChannel
-
the event channel used by MIClient.showInAppMessage to return interaction events
final
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
categoryViewed(
Map< String, dynamic> properties) → void -
override
-
checkPasteboardOnInstall(
) → Future< String?> -
override
-
identifyUser(
) → void -
override
-
lastResolvedURL(
) → String -
override
-
logEvent(
String name, Map< String, dynamic> properties) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
orderCompleted(
Map< String, dynamic> properties) → void -
override
-
productAdded(
Map< String, dynamic> properties) → void -
override
-
productRemoved(
Map< String, dynamic> properties) → void -
override
-
productSearched(
Map< String, dynamic> properties) → void -
override
-
productViewed(
Map< String, dynamic> properties) → void -
override
-
resolveUrl(
String url) → Future< String?> -
override
-
setAppInstallEventEnabled(
Bool enabled) → void -
override
-
setMIU(
String miu) → void -
override
-
setValidPasteboardValues(
List< String> values) → void -
override
-
showInAppMessage(
String url) → void -
override
-
start(
) → Stream< String> -
override
-
subscribeToInAppMessageInteraction(
) → Stream< String> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited