Share via


TvInputManager.TvMessageKeyGroupId Field

Definition

This constant is used as a Bundle key for TV messages.

[Android.Runtime.Register("TV_MESSAGE_KEY_GROUP_ID", ApiSince=34)]
public const string TvMessageKeyGroupId;
[<Android.Runtime.Register("TV_MESSAGE_KEY_GROUP_ID", ApiSince=34)>]
val mutable TvMessageKeyGroupId : string

Field Value

Attributes

Remarks

This constant is used as a Bundle key for TV messages. This is used to optionally identify messages that belong together, such as headers and bodies of the same event. For messages that do not have a group, this value should be #TV_MESSAGE_GROUP_ID_NONE.

As -1 is a reserved value, -1 should not be used as a valid groupId.

Type: long

Java documentation for android.media.tv.TvInputManager.TV_MESSAGE_KEY_GROUP_ID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to