Package apple.corenfc

Class NFCNDEFPayload

  • All Implemented Interfaces:
    NSCoding, NSSecureCoding, NSObject

    public class NFCNDEFPayload
    extends NSObject
    implements NSSecureCoding
    NFCNDEFPayload A NDEF message payload consists of Type Name Format, Type, Payload Identifier, and Payload data. The NDEF payload cannot result into a record that is greater than 128KB in size.
    • Constructor Detail

      • NFCNDEFPayload

        protected NFCNDEFPayload​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • identifier

        public NSData identifier()
      • initWithFormatTypeIdentifierPayload

        public NFCNDEFPayload initWithFormatTypeIdentifierPayload​(byte format,
                                                                  NSData type,
                                                                  NSData identifier,
                                                                  NSData payload)
        initWithFormat:type:identifier:paylaod:
        Parameters:
        format - NFCTypeNameFormat value.
        type - Identifier describing the type of the payload. Empty data indicates field is absent from the payload.
        identifier - Identifier in the form of a URI reference. Empty data indicates field is absent from the payload.
        payload - Payload data. Empty data indicates field is absent from the payload. This initializer uses the maximum payload chunk size defined by the NFC NDEF specification, i.e. 2^32-1 octets.
      • initWithFormatTypeIdentifierPayloadChunkSize

        public NFCNDEFPayload initWithFormatTypeIdentifierPayloadChunkSize​(byte format,
                                                                           NSData type,
                                                                           NSData identifier,
                                                                           NSData payload,
                                                                           long chunkSize)
        initWithFormat:type:identifier:paylaod:
        Parameters:
        format - NFCTypeNameFormat value.
        type - Identifier describing the type of the payload. Empty data indicates field is absent from the payload.
        identifier - Identifier in the form of a URI reference. Empty data indicates field is absent from the payload.
        payload - Payload data. Empty data indicates field is absent from the payload.
        chunkSize - Maximum size of a payload chunk. 0 means no chunking on the payload, i.e. payload is fit in a single record.
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • payload

        public NSData payload()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setIdentifier

        public void setIdentifier​(NSData value)
      • setPayload

        public void setPayload​(NSData value)
      • setType

        public void setType​(NSData value)
      • setTypeNameFormat

        public void setTypeNameFormat​(byte value)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
      • typeNameFormat

        public byte typeNameFormat()
      • version_static

        public static long version_static()
      • wellKnowTypeTextPayloadWithStringLocale

        public static java.lang.Object wellKnowTypeTextPayloadWithStringLocale​(java.lang.String text,
                                                                               NSLocale locale)
      • wellKnownTypeTextPayloadWithLocale

        public java.lang.String wellKnownTypeTextPayloadWithLocale​(org.moe.natj.general.ptr.Ptr<NSLocale> locale)
        wellKnownTypeTextPayloadWithLocale:
        Parameters:
        locale - Returns NSLocale object that is constructed from the IANA language code stored with the text payload.
        Returns:
        NSString object base on a valid Well Known Type Text payload. nil if payload is not a text.
      • wellKnownTypeTextPayloadWithStringLocale

        public static java.lang.Object wellKnownTypeTextPayloadWithStringLocale​(java.lang.String text,
                                                                                NSLocale locale)
        wellKnownTypeTextPayloadWithString:locale:
        Parameters:
        text - Text message.
        locale - NSLocale object. IANA language code specified by the locale will be saved with the payload.
      • wellKnownTypeURIPayload

        public NSURL wellKnownTypeURIPayload()
        wellKnownTypeURIPayload
        Returns:
        NSURL object base on a valid Well Known Type URI payload. nil if payload is not a URI.
      • wellKnownTypeURIPayloadWithString

        public static java.lang.Object wellKnownTypeURIPayloadWithString​(java.lang.String uri)
        wellKnownTypeURIRecordWithString: Used for creating NDEF URI payloads which cannot be represented with NSURL object. These are URIs that contain characters such as 'ä' and 'ö' which cannot be represent by the 7 bits ASCII encoding.
        Parameters:
        uri - URI string. UTF-8 encoding representation will be used.
      • wellKnownTypeURIPayloadWithURL

        public static java.lang.Object wellKnownTypeURIPayloadWithURL​(NSURL url)
        wellKnownTypeURIPayloadWithURL: Preferred convenience function for creating NDEF URI payload with common URLs such as "https://www.apple.com" or "tel:+1-555-555-5555".
        Parameters:
        url - NSURL object.