shouldUseExtendedBackgroundIdleMode property

bool get shouldUseExtendedBackgroundIdleMode

Implementation

bool get shouldUseExtendedBackgroundIdleMode {
  return _lib._objc_msgSend_12(
      _id, _lib._sel_shouldUseExtendedBackgroundIdleMode1);
}
set shouldUseExtendedBackgroundIdleMode (bool value)

Implementation

set shouldUseExtendedBackgroundIdleMode(bool value) {
  return _lib._objc_msgSend_526(
      _id, _lib._sel_setShouldUseExtendedBackgroundIdleMode_1, value);
}