Share via


AlarmManager.AlarmClockInfo(Int64, PendingIntent) Constructor

Definition

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.

Java documentation for android.app.AlarmManager.AlarmClockInfo.AlarmManager$AlarmClockInfo(long, android.app.PendingIntent).

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