AboutInputField

value class AboutInputField(val value: String) : Parcelable

Represents a set of fields that can be shown in the "About" section of the QuickEditor.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of the about input field.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)