TabContents
@CarProtocol
@RequiresCarApi(value = 6)
class TabContents : Content
Represents the contents to display for a selected tab in a TabTemplate. Only certain templates may be used as content. See Builder for more details.
Summary
Nested types |
|---|
class TabContents.BuilderA builder of |
Constants |
|
|---|---|
const String! |
CONTENT_ID = "TAB_CONTENTS_CONTENT_ID"Content ID for TabContents |
Public functions |
|
|---|---|
Boolean |
|
String |
Returns the static content ID associated with TabContents. |
Template |
Returns the wrapped |
Int |
hashCode() |
String |
toString() |
Constants
CONTENT_ID
const val CONTENT_ID = "TAB_CONTENTS_CONTENT_ID": String!
Content ID for TabContents
This Content ID will be used to refresh the displayed template in the TabContents.
Public functions
getContentId
fun getContentId(): String
Returns the static content ID associated with TabContents.
| See also | |
|---|---|
CONTENT_ID |
getTemplate
fun getTemplate(): Template
Returns the wrapped Template to display as the contents.