TvInputService.Session.OnSetInteractiveAppNotificationEnabled(Boolean) メソッド

定義

対話型アプリ通知を有効または無効にします。

[Android.Runtime.Register("onSetInteractiveAppNotificationEnabled", "(Z)V", "GetOnSetInteractiveAppNotificationEnabled_ZHandler", ApiSince=33)]
public virtual void OnSetInteractiveAppNotificationEnabled (bool enabled);
[<Android.Runtime.Register("onSetInteractiveAppNotificationEnabled", "(Z)V", "GetOnSetInteractiveAppNotificationEnabled_ZHandler", ApiSince=33)>]
abstract member OnSetInteractiveAppNotificationEnabled : bool -> unit
override this.OnSetInteractiveAppNotificationEnabled : bool -> unit

パラメーター

enabled
Boolean

true 有効にする場合は 、 false 無効にする場合は 。

属性

注釈

対話型アプリ通知を有効または無効にします。

このメソッドは、対応するテレビ入力からのイベント検出を有効または無効にします。 有効にすると、TV 入力サービスは、AIT (アプリケーション情報テーブル) などの対話型アプリに関連するイベントを検出し、TvView またはリンクされた TV 対話型アプリ サービスに送信します。

の Java ドキュメント android.media.tv.TvInputService.Session.onSetInteractiveAppNotificationEnabled(boolean)

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

適用対象