OTVLicenseRequestType
Objective-C
enum OTVLicenseRequestType : NSInteger {}
Swift
enum OTVLicenseRequestType : Int, @unchecked Sendable
License request type
-
Declaration
Objective-C
OTVLicenseRequestTypeRequest = 0Swift
case request = 0 -
Declaration
Objective-C
OTVLicenseRequestTypeRenewal = 1Swift
case renewal = 1
OTVLicenseRequestType Enumeration Reference