Header
@RequiresCarApi(value = 5)
@CarProtocol
class Header
A component that holds onto data associated with a template's header.
Summary
Nested types |
|---|
class Header.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
(Mutable)List<Action!> |
Returns the |
Action? |
Returns the |
CarText? |
getTitle()Returns the title of the component or |
Int |
hashCode() |
String |
toString() |
Public functions
getEndHeaderActions
Added in 1.2.0
fun getEndHeaderActions(): (Mutable)List<Action!>
Returns the Actions that are set to be displayed at the end of the header, or null if not set.
| See also | |
|---|---|
addEndHeaderAction |
getStartHeaderAction
Added in 1.2.0
fun getStartHeaderAction(): Action?
Returns the Action that is set to be displayed at the start of the header, or null if not set.
| See also | |
|---|---|
setStartHeaderAction |