共用方式為


Notification.FullScreenIntent 屬性

定義

啟動的意圖,而不是將通知張貼到狀態列。

[Android.Runtime.Register("fullScreenIntent")]
public Android.App.PendingIntent? FullScreenIntent { get; set; }
[<Android.Runtime.Register("fullScreenIntent")>]
member this.FullScreenIntent : Android.App.PendingIntent with get, set

屬性值

屬性

備註

啟動的意圖,而不是將通知張貼到狀態列。

當使用者使用裝置時,系統 UI 可以選擇顯示頭部通知,而不是啟動此意圖。

android.app.Notification.fullScreenIntentJava 檔。

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

適用於