sessionBackgroundThreshold property

Duration sessionBackgroundThreshold
final

The minimum time the app must be in the background to count as a new session.

When the app returns to the foreground after being in the background for at least this duration, the session count will be incremented. Defaults to 30 seconds.

Implementation

final Duration sessionBackgroundThreshold;