newArray Function

open override fun newArray(size: Int): Array<ScanText?>

Creates an array of the given size, as android.os.Parcelable.Creator requires.

Parameters

  • size — the array length.
Top