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
DBFILEREQUESTSGracePeriodOneDaySwift
case oneDay = 0 -
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodTwoDaysSwift
case twoDays = 1 -
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodSevenDaysSwift
case sevenDays = 2 -
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodThirtyDaysSwift
case thirtyDays = 3 -
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodAlwaysSwift
case always = 4 -
(no description).
Declaration
Objective-C
DBFILEREQUESTSGracePeriodOtherSwift
case other = 5
View on GitHub
DBFILEREQUESTSGracePeriodTag Enumeration Reference