ARTAnnotationAction
Objective-C
enum ARTAnnotationAction : NSUInteger {}
Swift
enum ARTAnnotationAction : UInt, @unchecked Sendable
Enumerates the possible values of the action field of an ARTAnnotation
-
A created annotation.
Declaration
Objective-C
ARTAnnotationCreateSwift
case create = 0 -
A deleted annotation.
Declaration
Objective-C
ARTAnnotationDeleteSwift
case delete = 1