Notification.FullScreenIntent 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動的意圖,而不是將通知張貼到狀態列。
[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.fullScreenIntent
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。