onBackground method

HackleSessionTimeoutConditionBuilder onBackground(
  1. bool onBackground
)

Implementation

HackleSessionTimeoutConditionBuilder onBackground(bool onBackground) {
  _onBackground = onBackground;
  return this;
}