StringRange

data class StringRange(from: Int, size: Int) : Parcelable

Functions

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

Properties

from
Link copied to clipboard
val from: Int
size
Link copied to clipboard
val size: Int