次の方法で共有


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 は、ユーザーがデバイスを使用しているときに、この意図を起動するのではなく、ヘッドアップ通知を表示することを選択できます。

の Java ドキュメントandroid.app.Notification.fullScreenIntent

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象