DBFILEREQUESTSGracePeriodTag
Objective-C
enum DBFILEREQUESTSGracePeriodTag : NSInteger {}
Swift
@frozen enum DBFILEREQUESTSGracePeriodTag : Int, @unchecked Sendable
The DBFILEREQUESTSGracePeriodTag
enum type represents the possible tag
states with which the DBFILEREQUESTSGracePeriod
union can exist.
-
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodOneDay
Swift
case oneDay = 0
-
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodTwoDays
Swift
case twoDays = 1
-
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodSevenDays
Swift
case sevenDays = 2
-
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodThirtyDays
Swift
case thirtyDays = 3
-
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodAlways
Swift
case always = 4
-
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodOther
Swift
case other = 5