AlarmManager.IntervalFifteenMinutes Field

Definition

Available inexact recurrence interval recognized by #setInexactRepeating(int, long, long, PendingIntent) when running on Android prior to API 19.

[Android.Runtime.Register("INTERVAL_FIFTEEN_MINUTES")]
public const long IntervalFifteenMinutes = 900000;
[<Android.Runtime.Register("INTERVAL_FIFTEEN_MINUTES")>]
val mutable IntervalFifteenMinutes : int64

Field Value

Int64
Attributes

Remarks

Java documentation for android.app.AlarmManager.INTERVAL_FIFTEEN_MINUTES.

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