LifecycleTrackingOptions class

Constructors

LifecycleTrackingOptions({required bool appLifecycleEnabled, required bool pushSubscriptionEnabled, required bool sessionEventsEnabled})
LifecycleTrackingOptions.all()
factory
LifecycleTrackingOptions.none()
factory

Properties

appLifecycleEnabled bool
final
hashCode int
The hash code for this object.
no setterinherited
pushSubscriptionEnabled bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionEventsEnabled bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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