Class INCallGroup

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class INCallGroup
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 14.5 and later.
  • Constructor Details

    • INCallGroup

      protected INCallGroup()
    • INCallGroup

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

      protected INCallGroup​(NSObject.SkipInit skipInit)
    • INCallGroup

      public INCallGroup​(String groupName, String groupId)
    • INCallGroup

      public INCallGroup​(NSCoder coder)
  • Method Details

    • getGroupName

      public String getGroupName()
    • getGroupId

      public String getGroupId()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String groupName, String groupId)
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)