An expandable Android TextView written in Kotlin
expandable-textview / tm.charlie.expandabletextview / ExpandableTextView / SavedState
protected class SavedState : BaseSavedState
Protected class that is being used to save and restore ExpandableTextView’s state on configuration change.
| <init> | SavedState(superState: Parcelable)SavedState(source: Parcel) |
| state | var state: State |
| writeToParcel | fun writeToParcel(dest: Parcel, flags: Int): Unit |
| CREATOR | val CREATOR: Creator<SavedState> |