Package com.tomtom.ivi.appsuite.media.api.common.frontend.layout

Layout policies; these classes are used to customize how content is rendered by a MediaContentView.

Types

Link copied to clipboard
class DefaultLayoutPolicy(browsableHint: ContentStyle? = null, playableHint: ContentStyle? = null) : LayoutPolicy

A LayoutPolicy that uses ContentStyles to determine the right ItemType for an IviMediaItem.

Link copied to clipboard
interface LayoutPolicy

Policy for media item layouts.

Link copied to clipboard
class LinearLayoutPolicy : LayoutPolicy

A layout policy that results in an ItemType.LIST_ITEM for each media item.