Package apple.corenfc

Class NFCVASCommandConfiguration

  • All Implemented Interfaces:
    NSCopying, NSObject

    public class NFCVASCommandConfiguration
    extends NSObject
    implements NSCopying
    NFCVASCommandConfiguration Configuration for one GET VAS DATA command.
    • Constructor Detail

      • NFCVASCommandConfiguration

        protected NFCVASCommandConfiguration​(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()
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • 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()
      • initWithVASModePassTypeIdentifierUrl

        public NFCVASCommandConfiguration initWithVASModePassTypeIdentifierUrl​(long mode,
                                                                               java.lang.String passTypeIdentifier,
                                                                               NSURL url)
        initWithVASMode:passTypeIdentifier:url:
        Parameters:
        mode - VAS operation mode
        passTypeIdentifier - Pass type identifier of the Wallet pass.
        url - URL for VAR URL Only mode. Set to nil for VAS normal mode.
      • 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)
      • mode

        public long mode()
        [@property] mode VAS protocol mode.
      • new_objc

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

        public java.lang.String passTypeIdentifier()
        [@property] passTypeIdentifier Wallet Pass Type Identifier of the Wallet Pass. The string value will be used to calculate the Merchant ID value for the GET VAS DATA command.
      • resolveClassMethod

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

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

        public void setMode​(long value)
        [@property] mode VAS protocol mode.
      • setPassTypeIdentifier

        public void setPassTypeIdentifier​(java.lang.String value)
        [@property] passTypeIdentifier Wallet Pass Type Identifier of the Wallet Pass. The string value will be used to calculate the Merchant ID value for the GET VAS DATA command.
      • setUrl

        public void setUrl​(NSURL value)
        [@property] url Merchant URL object. Maximum length of the URL is 64 characters, including the schema. Set to nil to disable the merchant URL.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

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

        public NSURL url()
        [@property] url Merchant URL object. Maximum length of the URL is 64 characters, including the schema. Set to nil to disable the merchant URL.
      • version_static

        public static long version_static()