startOnBoot property

bool? startOnBoot
getter/setter pairinherited

Android only: Set true to initiate background-fetch events when the device is rebooted. Defaults to false.

❗ NOTE: startOnBoot requires stopOnTerminate: false.

Implementation

bool? startOnBoot;