ApplicationEvents class final

Configuration which affects how the SDK responds to events affecting the application.

Constructors

ApplicationEvents({bool? backgrounding, bool? networkAvailability})
Setting backgrounding to true allows the SDK to detect and react to the application entering the background or foreground. The default value is true.

Properties

backgrounding bool
Automatically detect and react to application entering background/foreground.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
networkAvailability bool
Automatically detect network connectivity and react to changes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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