Instance Property インスタンスプロパティ

ndefMessagePayload

The NDEF message read by the system in the background. バックグラウンドでシステムによって読まれるNDEFメッセージ。

Declaration 宣言

var ndefMessagePayload: NFCNDEFMessage { get }

Discussion 議論

For user activities not generated by background tag reading, ndefMessagePayload returns a message that contains only one NFCNDEFPayload record. That record has a typeNameFormat of NFCTypeNameFormat.empty. For more information, see Adding Support for Background Tag Reading. バックグラウンドタグ読み出しによって生成されないユーザアクティビティに対して、ndefMessagePayloadはただ1つのNFCNDEFPayloadレコードを含むあるメッセージを返します。そのレコードは、NFCTypeNameFormat.emptytypeNameFormatを持ちます。さらなる情報として、Adding Support for Background Tag Readingを見てください。