Content

@CarProtocol
@RequiresCarApi(value = 6)
interface Content

Known direct subclasses
TabContents

Represents the contents to display for a selected tab in a TabTemplate.

Tab

Represents a tab with a title and an image.


Interface implemented by models that can be invalidated and refreshed individually.

Summary

Public functions

String

Returns the associated content ID for a component.

Public functions

getContentId

Added in 1.3.0
fun getContentId(): String

Returns the associated content ID for a component. This ID will be used to trigger invalidation and refresh of the component, and can not change.