PTAnnotReplyType

enum PTAnnotReplyType : NSUInteger {}

The reply type of an annotation.

  • The annotation is a reply to the annotation specified by the annotation’s “in reply to” entry.

    Declaration

    Objective-C

    PTAnnotReplyTypeReply

    Swift

    case reply = 0
  • The annotation is grouped with the annotation specified by the annotation’s “in reply to” entry.

    Declaration

    Objective-C

    PTAnnotReplyTypeGroup

    Swift

    case group = 1
  • The reply type of the annotation is unknown.

    Declaration

    Objective-C

    PTAnnotReplyTypeUnknown

    Swift

    case unknown = 2