DBFILESUploadSessionFinishBatchLaunchTag
Objective-C
enum DBFILESUploadSessionFinishBatchLaunchTag : NSInteger {}
Swift
@frozen enum DBFILESUploadSessionFinishBatchLaunchTag : Int, @unchecked Sendable
The DBFILESUploadSessionFinishBatchLaunchTag enum type represents the
possible tag states with which the DBFILESUploadSessionFinishBatchLaunch
union can exist.
-
This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.
Declaration
Objective-C
DBFILESUploadSessionFinishBatchLaunchAsyncJobIdSwift
case asyncJobId = 0 -
(no description).
Declaration
Objective-C
DBFILESUploadSessionFinishBatchLaunchCompleteSwift
case complete = 1 -
(no description).
Declaration
Objective-C
DBFILESUploadSessionFinishBatchLaunchOtherSwift
case other = 2
View on GitHub
DBFILESUploadSessionFinishBatchLaunchTag Enumeration Reference