get
Retrieves the data transfer item for a given mime type.
Parameters
mimeType
The mime type to get the data transfer item for, such as text/plain
or image/png
. Mimes type look ups are case-insensitive.
Special mime types:
text/uri-list
— A string withtoString()
ed Uris separated by\r\n
. To specify a cursor position in the file, set the Uri's fragment toL3,5
, where 3 is the line number and 5 is the column number.