Class INSaveProfileInCarIntent

    • Constructor Detail

      • INSaveProfileInCarIntent

        public INSaveProfileInCarIntent()
      • INSaveProfileInCarIntent

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

        protected INSaveProfileInCarIntent​(NSObject.SkipInit skipInit)
    • Method Detail

      • createWithProfileName

        public static INSaveProfileInCarIntent createWithProfileName​(NSNumber profileNumber,
                                                                     java.lang.String profileName)
        Since:
        Available in iOS 10.2 and later.
      • createWithProfileLabel

        @Deprecated
        public static INSaveProfileInCarIntent createWithProfileLabel​(NSNumber profileNumber,
                                                                      java.lang.String profileLabel)
        Deprecated.
        Deprecated in iOS 10.2. Use `-initWithProfileNumber:profileName:` method instead.
        Since:
        Available in iOS 10.0 and later.
      • getProfileNumber

        public NSNumber getProfileNumber()
      • getProfileName

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

        @Deprecated
        public java.lang.String getProfileLabel()
        Deprecated.
        Deprecated in iOS 10.2. Use `profileName` property instead.
        Since:
        Available in iOS 10.0 and later.
      • initWithProfileName

        protected long initWithProfileName​(NSNumber profileNumber,
                                           java.lang.String profileName)
        Since:
        Available in iOS 10.2 and later.
      • initWithProfileLabel

        @Deprecated
        protected long initWithProfileLabel​(NSNumber profileNumber,
                                            java.lang.String profileLabel)
        Deprecated.
        Deprecated in iOS 10.2. Use `-initWithProfileNumber:profileName:` method instead.
        Since:
        Available in iOS 10.0 and later.