AmMonitorPlugin class
An implementation of AmMonitorPluginPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- AmMonitorPluginPlatform
- AmMonitorPlugin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
clicked(
String moduleSimpleId, String functionSimpleId) → Future< void> -
create(
String moduleSimpleId) → Future< void> -
destroy(
String moduleSimpleId) → Future< void> -
eventCustom(
String customEventName, [dynamic properties]) → Future< void> -
eventEnded(
String moduleSimpleId) → Future< void> -
eventStarted(
String moduleSimpleId) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendLocation(
String latitude, String longitude) → Future< void> -
sendUserProperties(
[dynamic properties]) → Future< void> -
syncEmail(
String email) → Future< void> -
syncMsisdn(
String msisdn) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited