DBSHARINGShareFolderLaunchTag
Objective-C
enum DBSHARINGShareFolderLaunchTag : NSInteger {}
                Swift
@frozen enum DBSHARINGShareFolderLaunchTag : Int, @unchecked Sendable
                The DBSHARINGShareFolderLaunchTag enum type represents the possible tag
states with which the DBSHARINGShareFolderLaunch 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
DBSHARINGShareFolderLaunchAsyncJobIdSwift
case asyncJobId = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGShareFolderLaunchCompleteSwift
case complete = 1 
View on GitHub
        DBSHARINGShareFolderLaunchTag Enumeration Reference