TvInputManager.TvMessageKeyGroupId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.