Integration<T> class
- Implementers
Constructors
- Integration({void onInit()?, void onIdentify(IdentifyEvent event)?, void onTrack(TrackEvent event)?, void onReset()?, void onPageView(PageViewEvent event)?})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onIdentify → void Function(IdentifyEvent event)?
-
final
- onInit → void Function()?
-
final
- onPageView → void Function(PageViewEvent event)?
-
final
- onReset → void Function()?
-
final
- onTrack → void Function(TrackEvent event)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
identify(
{required IdentifyEvent event}) → Future< void> -
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pageView(
{required PageViewEvent event}) → Future< void> -
reset(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
track(
{required TrackEvent event}) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited