Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在 Android 中的一个活动中使用setNdefPushMessageCallback或在循环中发送多条 NDEF 消息吗?setNdefPushMessage
setNdefPushMessageCallback
setNdefPushMessage
您可以在活动代码中随时随地使用这些方法。但是,只有在任何点对点 (Beam) 通信之前设置的最后一条消息才会被 Android 传输。您之前设置的消息将被丢弃。
因此,您只能通过对等连接发送一条NDEF 消息。