PinpointPluginConfig class

The AWS Pinpoint plugin configuration.

Implemented types
Mixed-in types
Annotations

Constructors

PinpointPluginConfig({required PinpointAnalytics pinpointAnalytics, required PinpointTargeting pinpointTargeting})
The AWS Pinpoint plugin configuration.
const
PinpointPluginConfig.fromJson(Map<String, Object?> json)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
name → String
The name of the plugin, as registered in the "plugins" dictionary of the Amplify configuration.
no setteroverride
pinpointAnalytics → PinpointAnalytics
final
pinpointTargeting → PinpointTargeting
final
props → List<Object?>
The type's equatable properties.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({PinpointAnalytics? pinpointAnalytics, PinpointTargeting? pinpointTargeting, int? autoFlushEventsInterval}) → PinpointPluginConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, Object?>
Serializes this as a JSON object.
override
toString() → String
A string representation of this object.
inherited

Operators

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

Constants

pluginKey → const String
The plugin's configuration key.