Class INStartAudioCallIntent

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

@Deprecated
public class INStartAudioCallIntent
extends INIntent
Deprecated.
Deprecated in iOS 13.0. INStartAudioCallIntent is deprecated. Please adopt INStartCallIntent instead
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • INStartAudioCallIntent

      public INStartAudioCallIntent()
      Deprecated.
    • INStartAudioCallIntent

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

      protected INStartAudioCallIntent​(NSObject.SkipInit skipInit)
      Deprecated.
    • INStartAudioCallIntent

      public INStartAudioCallIntent​(INCallDestinationType destinationType, NSArray<INPerson> contacts)
      Deprecated.
      Since:
      Available in iOS 11.0 and later.
    • INStartAudioCallIntent

      @Deprecated public INStartAudioCallIntent​(NSArray<INPerson> contacts)
      Deprecated.
      Deprecated in iOS 11.0. Use the designated initializer instead
      Since:
      Available in iOS 10.0 and later.
  • Method Details

    • getDestinationType

      public INCallDestinationType getDestinationType()
      Deprecated.
      Since:
      Available in iOS 11.0 and later.
    • getContacts

      public NSArray<INPerson> getContacts()
      Deprecated.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
      Deprecated.
    • init

      protected long init​(INCallDestinationType destinationType, NSArray<INPerson> contacts)
      Deprecated.
      Since:
      Available in iOS 11.0 and later.
    • init

      @Deprecated protected long init​(NSArray<INPerson> contacts)
      Deprecated.
      Deprecated in iOS 11.0. Use the designated initializer instead
      Since:
      Available in iOS 10.0 and later.