AlarmManager.AlarmClockInfo(Int64, PendingIntent) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいアラーム クロックの説明を作成します。
[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
パラメーター
- triggerTime
- Int64
基になるアラームが、エポックからの壁時間ミリ秒でトリガーされる時間
- showIntent
- PendingIntent
アラーム クロックの詳細を表示または編集するために使用できる意図。
- 属性
注釈
新しいアラーム クロックの説明を作成します。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。