AlarmManager.IntervalHalfHour Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Available inexact recurrence interval recognized by
#setInexactRepeating(int, long, long, PendingIntent)
when running on Android prior to API 19.
[Android.Runtime.Register("INTERVAL_HALF_HOUR")]
public const long IntervalHalfHour = 1800000;
[<Android.Runtime.Register("INTERVAL_HALF_HOUR")>]
val mutable IntervalHalfHour : int64
Field Value
Value = 1800000- Attributes
Remarks
Available inexact recurrence interval recognized by #setInexactRepeating(int, long, long, PendingIntent)
when running on Android prior to API 19.
Java documentation for android.app.AlarmManager.INTERVAL_HALF_HOUR
.
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.