共用方式為


AlarmManager.AlarmClockInfo.ShowIntent 屬性

定義

傳回意圖,這個意圖可用來在排程的應用程式中顯示或編輯鬧鐘的詳細數據。

public Android.App.PendingIntent? ShowIntent { [Android.Runtime.Register("getShowIntent", "()Landroid/app/PendingIntent;", "")] get; }
[<get: Android.Runtime.Register("getShowIntent", "()Landroid/app/PendingIntent;", "")>]
member this.ShowIntent : Android.App.PendingIntent

屬性值

屬性

備註

傳回意圖,這個意圖可用來在排程的應用程式中顯示或編輯鬧鐘的詳細數據。

<p class=“note”>Beware,任何應用程式都可以擷取並傳送此意圖,可能已填入其他字段。 如需詳細資訊,請參閱 PendingIntent#send(android.content.Context, int, android.content.Intent) PendingIntent.send()android.content.Intent#fillIn Intent.fillIn()

android.app.AlarmManager.AlarmClockInfo.getShowIntent()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於