Text Selection Rectangles
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
markup Rectangles
List of rectangles for text selection, including markup padding.
Types
Link copied to clipboard
Creator for creating the TextSelectionRectangles object from Parcel.