DBACCOUNTPhotoSourceArgTag
Objective-C
enum DBACCOUNTPhotoSourceArgTag : NSInteger {}
                Swift
@frozen enum DBACCOUNTPhotoSourceArgTag : Int, @unchecked Sendable
                The DBACCOUNTPhotoSourceArgTag enum type represents the possible tag
states with which the DBACCOUNTPhotoSourceArg union can exist.
- 
                  
                  
Image data in base64-encoded bytes.
Declaration
Objective-C
DBACCOUNTPhotoSourceArgBase64DataSwift
case base64Data = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBACCOUNTPhotoSourceArgOtherSwift
case other = 1 
View on GitHub
        DBACCOUNTPhotoSourceArgTag Enumeration Reference