onForeground method

HackleSessionTimeoutConditionBuilder onForeground(
  1. bool onForeground
)

Implementation

HackleSessionTimeoutConditionBuilder onForeground(bool onForeground) {
  _onForeground = onForeground;
  return this;
}