AlarmManager.AlarmClockInfo(Int64, PendingIntent) Constructor
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.
Creates a new alarm clock description.
[Android.Runtime.Register(".ctor", "(JLandroid/app/PendingIntent;)V", "")]
public AlarmClockInfo (long triggerTime, Android.App.PendingIntent? showIntent);
[<Android.Runtime.Register(".ctor", "(JLandroid/app/PendingIntent;)V", "")>]
new Android.App.AlarmManager.AlarmClockInfo : int64 * Android.App.PendingIntent -> Android.App.AlarmManager.AlarmClockInfo
Parameters
- triggerTime
- Int64
time at which the underlying alarm is triggered in wall time milliseconds since the epoch
- showIntent
- PendingIntent
an intent that can be used to show or edit details of the alarm clock.
- Attributes
Remarks
Creates a new alarm clock description.
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.