LicenseStatus
public enum LicenseStatus : String
Represents the status of license verification
-
Account credentials should be provided via the
useAccount(...)
method.Declaration
Swift
case noAccountProvided = "No account provided"
-
License check not completed successfully at this point
Declaration
Swift
case unknown = "Unknown"
-
Licence check has completed, and the result is no current license to use the SDK. Contact us to verify your billing is set up correctly.
Declaration
Swift
case noLicense = "No license"
-
Licence check has completed, and the result is a valid license to use the SDK.
Declaration
Swift
case licensed = "Licenced"