Anko-ExpandableTextView

An expandable Android TextView written in Kotlin

View the Project on GitHub

expandable-textview / tm.charlie.expandabletextview / ExpandableTextView / SavedState

SavedState

protected class SavedState : BaseSavedState

Protected class that is being used to save and restore ExpandableTextView’s state on configuration change.

Constructors

<init> SavedState(superState: Parcelable)
SavedState(source: Parcel)

Properties

state var state: State

Functions

writeToParcel fun writeToParcel(dest: Parcel, flags: Int): Unit

Companion Object Properties

CREATOR val CREATOR: Creator<SavedState>