Class INSaveProfileInCarIntent

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

@Deprecated
public class INSaveProfileInCarIntent
extends INIntent
Deprecated.
Deprecated in iOS 15.0. INSaveProfileInCarIntent is deprecated. There is no replacement.
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • INSaveProfileInCarIntent

      public INSaveProfileInCarIntent()
      Deprecated.
    • INSaveProfileInCarIntent

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

      protected INSaveProfileInCarIntent​(NSObject.SkipInit skipInit)
      Deprecated.
  • Method Details

    • createWithProfileName

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

      @Deprecated public static INSaveProfileInCarIntent createWithProfileLabel​(NSNumber profileNumber, 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()
      Deprecated.
    • getProfileName

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

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

      public static boolean supportsSecureCoding()
      Deprecated.
    • initWithProfileName

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

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