ALCameraLicenseStatus
public enum ALCameraLicenseStatus : Sendable
The camera license status.
-
None.
Declaration
Swift
case none -
Valid.
Declaration
Swift
case valid -
Invalid.
Declaration
Swift
case invalid -
Expired.
Declaration
Swift
case expired -
Disabled.
Declaration
Swift
case disabled -
Invalid app id.
Declaration
Swift
case invalidAppId -
Platform not supported.
Declaration
Swift
case platformNotSupported -
Feature not supported.
Declaration
Swift
case featureNotSupported
View on GitHub