Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mime Type Record #37

Open
facetime88 opened this issue Aug 12, 2017 · 1 comment
Open

Mime Type Record #37

facetime88 opened this issue Aug 12, 2017 · 1 comment

Comments

@facetime88
Copy link

I am trying to store and read mime type ndef record in mirafe classic, but can't find how to store it. All the examples are storing uri record instead.

I open up the library and still can't find any function to write/read different ndef record than the uri record.

@suculent
Copy link

NdefMessage message = NdefMessage();
message.addMimeMediaRecord("text/plain", "Record body.");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants