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
DBACCOUNTPhotoSourceArgBase64Data
Swift
case base64Data = 0
-
(no description).
Declaration
Objective-C
DBACCOUNTPhotoSourceArgOther
Swift
case other = 1