forceAlarmManager property

bool? forceAlarmManager
getter/setter pairinherited

Android only: Set true to force Task to use Android AlarmManager mechanism rather than JobScheduler. Defaults to false. Will result in more precise scheduling of tasks at the cost of higher battery usage.

Implementation

bool? forceAlarmManager;