DBFILESGetThumbnailBatchResultEntryTag
Objective-C
enum DBFILESGetThumbnailBatchResultEntryTag : NSInteger {}
Swift
@frozen enum DBFILESGetThumbnailBatchResultEntryTag : Int, @unchecked Sendable
The DBFILESGetThumbnailBatchResultEntryTag enum type represents the
possible tag states with which the DBFILESGetThumbnailBatchResultEntry
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESGetThumbnailBatchResultEntrySuccessSwift
case success = 0 -
The result for this file if it was an error.
Declaration
Objective-C
DBFILESGetThumbnailBatchResultEntryFailureSwift
case failure = 1 -
(no description).
Declaration
Objective-C
DBFILESGetThumbnailBatchResultEntryOtherSwift
case other = 2
View on GitHub
DBFILESGetThumbnailBatchResultEntryTag Enumeration Reference