AnnotationStatus
public enum AnnotationStatus : Int, Codable
Undocumented
-
Set when annotation media has only been stored on the creator’s local device
Declaration
Swift
case storedLocally -
Set when Advertise event for publishing annotation media is being sent
Declaration
Swift
case storageRequest -
Set when annotation media was stored by a service component subscribing for annotations
Declaration
Swift
case published -
Set when annotation media is outdated, i.e. should no longer be in use by application
Declaration
Swift
case outdated
View on GitHub
AnnotationStatus Enumeration Reference