Class CNChangeHistoryEvent

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
CNChangeHistoryAddContactEvent, CNChangeHistoryAddGroupEvent, CNChangeHistoryAddMemberToGroupEvent, CNChangeHistoryAddSubgroupToGroupEvent, CNChangeHistoryDeleteContactEvent, CNChangeHistoryDeleteGroupEvent, CNChangeHistoryDropEverythingEvent, CNChangeHistoryRemoveMemberFromGroupEvent, CNChangeHistoryRemoveSubgroupFromGroupEvent, CNChangeHistoryUpdateContactEvent, CNChangeHistoryUpdateGroupEvent

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

    • CNChangeHistoryEvent

      public CNChangeHistoryEvent()
    • CNChangeHistoryEvent

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

      protected CNChangeHistoryEvent​(NSObject.SkipInit skipInit)
    • CNChangeHistoryEvent

      public CNChangeHistoryEvent​(NSCoder coder)
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • acceptEventVisitor

      public void acceptEventVisitor​(CNChangeHistoryEventVisitor visitor)
    • encode

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

      protected long init​(NSCoder coder)