AlarmManager.CanScheduleExactAlarms Method

Definition

Called to check if the caller can schedule exact alarms.

[Android.Runtime.Register("canScheduleExactAlarms", "()Z", "GetCanScheduleExactAlarmsHandler", ApiSince=31)]
public virtual bool CanScheduleExactAlarms ();
[<Android.Runtime.Register("canScheduleExactAlarms", "()Z", "GetCanScheduleExactAlarmsHandler", ApiSince=31)>]
abstract member CanScheduleExactAlarms : unit -> bool
override this.CanScheduleExactAlarms : unit -> bool

Returns

Boolean

true if the caller can schedule exact alarms, false otherwise.

Attributes

Remarks

Java documentation for android.app.AlarmManager.canScheduleExactAlarms().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to