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 ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象