AmplifyAnalyticsPinpointMethodChannel class

Inheritance

Properties

category → Category
The category implemented by this plugin.
no setterinherited
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>
Called when the plugin is added to the category.
cast<P extends AmplifyPluginInterface>() → P
Casts a plugin to a category-specific implementation.
inherited
configure({AmplifyConfig? config}) Future<void>
Configures the plugin using the registered config.
inherited
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>
reset() Future<void>
Resets the plugin by removing all traces of it from the device.
inherited
toString() String
A string representation of this object.
inherited
unregisterGlobalProperties({List<String>? propertyNames = const []}) Future<void>

Operators

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