MediaBundleExtras

object MediaBundleExtras

Names of extras for Bundle to access IviMediaItem data and StandardActionId.

Properties

Link copied to clipboard
const val EXTRA_BROWSER_SERVICE_SEARCH_SUPPORTED: String

Key of the extra to specify that a media source supports searching.

Link copied to clipboard
const val EXTRA_CONTENT_STYLE_BROWSABLE_HINT: String

Key of the extra to specify a presentation hint for browsable media items. The value can be one of the values of ContentStyle.

Link copied to clipboard
const val EXTRA_CONTENT_STYLE_GROUP_TITLE_HINT: String

Key of the extra to specify the title of the containing group for an item.

Link copied to clipboard
const val EXTRA_CONTENT_STYLE_PLAYABLE_HINT: String

Key of the extra to specify a presentation hint for playable media items. The value can be one of the values of ContentStyle.

Link copied to clipboard
const val EXTRA_CONTENT_STYLE_SUPPORTED: String

Key of the extra to declare that ContentStyle is supported.

Link copied to clipboard
const val EXTRA_IVI_MEDIA_ID: String

Key of the extra to specify a media ID.

Link copied to clipboard
const val EXTRA_IVI_MEDIA_POSITION: String

Key of the extra to specify a moment in time within the playing media.

Link copied to clipboard
const val EXTRA_IVI_QUEUE_POSITION: String

Key of the extra to specify the index of a media item in a playback queue.

Link copied to clipboard
const val EXTRA_IVI_RATING: String

Key of the extra to specify the rating of a media item.

Link copied to clipboard
const val EXTRA_IVI_REPEAT_MODE: String

Key of the extra to specify the repeat mode.

Link copied to clipboard
const val EXTRA_IVI_SEARCH_QUERY: String

Key of the extra to specify the last search query.

Link copied to clipboard
const val EXTRA_IVI_SHUFFLE_MODE: String

Key of the extra to specify the shuffle mode.

Link copied to clipboard
const val EXTRA_IVI_SOURCE_ID_CLASS: String

Key of the extra to specify the class part of the ID of a media source.

Link copied to clipboard
const val EXTRA_IVI_SOURCE_ID_PACKAGE: String

Key of the extra to specify the package part of the ID of a media source.