NFCTypeNameFormat Enum

Definition

Enumerates the kinds of content-type available to NFCNdefPayload objects.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NFCTypeNameFormat
type NFCTypeNameFormat = 
Inheritance
NFCTypeNameFormat
Attributes

Fields

AbsoluteUri 3

The data is a URI.

Empty 0

The payload contains no data.

Media 2

The data is a media type, as defined in RFC-2046.

NFCExternal 4

The data is defined using the NFC record-type definition for external types.

NFCWellKnown 1

The data follows the NFC record-type definition specification.

Unchanged 6

The data is part of a chunked-data record series and is not the initial record (which defines the overall format).

Unknown 5

The data format is unknown.

Applies to