TextSelectionRectangles
data class TextSelectionRectangles(val rectangles: List<RectF>, val markupRectangles: List<RectF>) : Parcelable
Represents lists of rectangles under which is the text selection to be performed.
Parameters
rectangles
List of rectangles for text selection
markupRectangles
List of rectangles for text selection, including markup padding.
Types
Link copied to clipboard
Creator for creating the TextSelectionRectangles object from Parcel.