DefaultTitleOverride

class DefaultTitleOverride(initialTitle: String) : TitleOverride

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

title
Link copied to clipboard
common
open override var title: String
The (mutable) title.
titleProperty
Link copied to clipboard
common
open override val titleProperty: Property<String>
A Property that wraps the title and offers data binding and observability features.

Sources

(source)
Link copied to clipboard