Share via


TvInputService.Session.NotifyTvMessage(TVMessageType, Bundle) メソッド

定義

受信したテレビ メッセージと受信したメッセージの種類から生データを送信します。

[Android.Runtime.Register("notifyTvMessage", "(ILandroid/os/Bundle;)V", "GetNotifyTvMessage_ILandroid_os_Bundle_Handler", ApiSince=34)]
public virtual void NotifyTvMessage (Android.Media.TV.TVMessageType type, Android.OS.Bundle data);
[<Android.Runtime.Register("notifyTvMessage", "(ILandroid/os/Bundle;)V", "GetNotifyTvMessage_ILandroid_os_Bundle_Handler", ApiSince=34)>]
abstract member NotifyTvMessage : Android.Media.TV.TVMessageType * Android.OS.Bundle -> unit
override this.NotifyTvMessage : Android.Media.TV.TVMessageType * Android.OS.Bundle -> unit

パラメーター

type
TVMessageType

送信されたメッセージの 。 TvInputManager#TV_MESSAGE_TYPE_WATERMARK

data
Bundle

メッセージの生データ。 バンドル キーは、TvInputManager#TV_MESSAGE_KEY_STREAM_ID、、TvInputManager#TV_MESSAGE_KEY_GROUP_IDTvInputManager#TV_MESSAGE_KEY_SUBTYPETvInputManager#TV_MESSAGE_KEY_RAW_DATAです。 このデータを解析する方法の詳細については、「」を参照してください TvInputManager#TV_MESSAGE_KEY_SUBTYPE

属性

注釈

受信したテレビ メッセージと受信したメッセージの種類から生データを送信します。

の Java ドキュメント android.media.tv.TvInputService.Session.notifyTvMessage(int, android.os.Bundle)

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

適用対象