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
DBFILESGetThumbnailBatchResultEntrySuccess
Swift
case success = 0
-
The result for this file if it was an error.
Declaration
Objective-C
DBFILESGetThumbnailBatchResultEntryFailure
Swift
case failure = 1
-
(no description).
Declaration
Objective-C
DBFILESGetThumbnailBatchResultEntryOther
Swift
case other = 2