Constructors

Link copied to clipboard
constructor(initialValue: String = "")

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val onTextChanged: Flow<String>
Link copied to clipboard
open override var textValue: String

Functions

Link copied to clipboard

Call this from your view code's showRendering method. This method is idempotent: if it has already been called with a particular EditText, and the view has not been detached since the last call, it will do nothing. If a different TextController's control is called on the same EditText, the old one will be disconnected and the new one will replace it.

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard

Wraps receiver in a Snapshot suitable for use with com.squareup.workflow1.StatefulWorkflow. Intended to allow use of @Parcelize.

Link copied to clipboard
open override fun writeToParcel(out: Parcel, flags: Int)