Content

@CarProtocol
@RequiresCarApi(value = 6)
public 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 methods

abstract @NonNull String

Returns the associated content ID for a component.

Public methods

getContentId

Added in 1.3.0
abstract @NonNull String getContentId()

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.