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
PTAnnotReplyTypeReplySwift
case reply = 0 -
The annotation is grouped with the annotation specified by the annotation’s “in reply to” entry.
Declaration
Objective-C
PTAnnotReplyTypeGroupSwift
case group = 1 -
The reply type of the annotation is unknown.
Declaration
Objective-C
PTAnnotReplyTypeUnknownSwift
case unknown = 2
PTAnnotReplyType Enumeration Reference