AnalyticsPluginInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • AnalyticsPluginInterface

Constructors

AnalyticsPluginInterface({required Object token})
Constructs a AmplifyPlatform.

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

addPlugin() Future<void>
disable() Future<void>
enable() Future<void>
flushEvents() Future<void>
identifyUser({required String userId, required AnalyticsUserProfile userProfile}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onConfigure() Future<void>
recordEvent({required AnalyticsEvent event}) Future<void>
registerGlobalProperties({required AnalyticsProperties globalProperties}) Future<void>
toString() String
A string representation of this object.
inherited
unregisterGlobalProperties({required List<String> propertyNames}) Future<void>

Operators

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