DBFILESSaveUrlResultTag
Objective-C
enum DBFILESSaveUrlResultTag : NSInteger {}
                Swift
@frozen enum DBFILESSaveUrlResultTag : Int, @unchecked Sendable
                The DBFILESSaveUrlResultTag enum type represents the possible tag states
with which the DBFILESSaveUrlResult 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
DBFILESSaveUrlResultAsyncJobIdSwift
case asyncJobId = 0 - 
                  
                  
Metadata of the file where the URL is saved to.
Declaration
Objective-C
DBFILESSaveUrlResultCompleteSwift
case complete = 1 
View on GitHub
        DBFILESSaveUrlResultTag Enumeration Reference