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

ndefMessagePayload

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

Declaration 宣言

@property(readonly, nonnull, nonatomic) NFCNDEFMessage *ndefMessagePayload;

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 NFCTypeNameFormatEmpty. For more information, see Adding Support for Background Tag Reading. バックグラウンドタグ読み出しによって生成されないユーザアクティビティに対して、ndefMessagePayloadはただ1つのNFCNDEFPayloadレコードを含むあるメッセージを返します。そのレコードは、NFCTypeNameFormatEmptytypeNameFormatを持ちます。さらなる情報として、Adding Support for Background Tag Readingを見てください。