Class INSetProfileInCarIntent

    • Constructor Detail

      • INSetProfileInCarIntent

        public INSetProfileInCarIntent()
      • INSetProfileInCarIntent

        protected INSetProfileInCarIntent​(NSObject.Handle h,
                                          long handle)
      • INSetProfileInCarIntent

        protected INSetProfileInCarIntent​(NSObject.SkipInit skipInit)
      • INSetProfileInCarIntent

        public INSetProfileInCarIntent​(NSNumber profileNumber,
                                       java.lang.String profileName,
                                       NSNumber defaultProfile,
                                       INSpeakableString carName)
        Since:
        Available in iOS 12.0 and later.
    • Method Detail

      • createWithProfileLabel

        @Deprecated
        public static INSetProfileInCarIntent createWithProfileLabel​(NSNumber profileNumber,
                                                                     java.lang.String profileLabel,
                                                                     NSNumber defaultProfile)
        Deprecated.
        Deprecated in iOS 10.2.
        Since:
        Available in iOS 10.0 and later.
      • createWithProfileName

        @Deprecated
        public static INSetProfileInCarIntent createWithProfileName​(NSNumber profileNumber,
                                                                    java.lang.String profileName,
                                                                    NSNumber defaultProfile)
        Deprecated.
        Deprecated in iOS 12.0.
        Since:
        Available in iOS 10.2 and later.
      • getProfileNumber

        public NSNumber getProfileNumber()
      • getProfileName

        public java.lang.String getProfileName()
        Since:
        Available in iOS 10.2 and later.
      • getDefaultProfile

        public NSNumber getDefaultProfile()
      • getCarName

        public INSpeakableString getCarName()
        Since:
        Available in iOS 12.0 and later.
      • getProfileLabel

        @Deprecated
        public java.lang.String getProfileLabel()
        Deprecated.
        Deprecated in iOS 10.2.
        Since:
        Available in iOS 10.0 and later.
      • init

        protected long init​(NSNumber profileNumber,
                            java.lang.String profileName,
                            NSNumber defaultProfile,
                            INSpeakableString carName)
        Since:
        Available in iOS 12.0 and later.
      • initWithProfileLabel

        @Deprecated
        protected long initWithProfileLabel​(NSNumber profileNumber,
                                            java.lang.String profileLabel,
                                            NSNumber defaultProfile)
        Deprecated.
        Deprecated in iOS 10.2.
        Since:
        Available in iOS 10.0 and later.
      • initWithProfileName

        @Deprecated
        protected long initWithProfileName​(NSNumber profileNumber,
                                           java.lang.String profileName,
                                           NSNumber defaultProfile)
        Deprecated.
        Deprecated in iOS 12.0.
        Since:
        Available in iOS 10.2 and later.