setMinSecondsBeforeShowDialog method

void setMinSecondsBeforeShowDialog(
  1. int seconds
)

Implementation

void setMinSecondsBeforeShowDialog(int seconds) {
  _minSecondsBeforeShowDialog = seconds;
}