createMime
Create a new NDEF Record containing MIME data.
Use this method to encode MIME-typed data into an NDEF Record, such as "text/plain", or "image/jpeg".
Return
a NDEF record containing the type and data.
Parameters
mimeType
a MIME type.
mimeData
the data.