CBLLicenseKeyOfflineTokenRefreshMode
Objective-C
enum CBLLicenseKeyOfflineTokenRefreshMode : NSInteger {}
Swift
enum LicenseKeyOfflineTokenRefreshMode : Int, @unchecked Sendable
License key offline activation token refresh modes.
-
Apply the default logic for offline activation token refresh.
Declaration
Objective-C
CBLLicenseKeyOfflineTokenRefreshModeAutomatic = 0Swift
case automatic = 0 -
Always attempt to contact the licensing service for a new offline activation token.
Declaration
Objective-C
CBLLicenseKeyOfflineTokenRefreshModeAlways = 1Swift
case always = 1 -
Don’t contact the license service unless absolutely required.
Declaration
Objective-C
CBLLicenseKeyOfflineTokenRefreshModeNeverUnlessExpired = 2Swift
case neverUnlessExpired = 2