Class EKParticipant

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class EKParticipant
extends EKObject
  • Constructor Details

    • EKParticipant

      public EKParticipant()
    • EKParticipant

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

      protected EKParticipant​(NSObject.SkipInit skipInit)
  • Method Details

    • getURL

      public NSURL getURL()
    • getName

      public String getName()
    • getParticipantStatus

      public EKParticipantStatus getParticipantStatus()
    • getParticipantRole

      public EKParticipantRole getParticipantRole()
    • getParticipantType

      public EKParticipantType getParticipantType()
    • isCurrentUser

      public boolean isCurrentUser()
    • getContactPredicate

      public NSPredicate getContactPredicate()
      Since:
      Available in iOS 9.0 and later.
    • getAddessBookRecord

      public ABRecord getAddessBookRecord​(ABAddressBook addressBook)