Enumerations
The following enumerations are available globally.
-
Used to fetch the mode of the connected BluPOINT device
See moreDeclaration
Swift
public enum DeviceMode : Int -
It is used to define the device state.
See moreDeclaration
Swift
public enum DeviceState : UInt8 -
States whether the access was granted or not.
See moreDeclaration
Swift
public enum AccessStatus : String, Codable -
It denotes the possible errors that can occur.
See moreDeclaration
Swift
public enum BluIDSDKError : Error -
Type of credential
See moreDeclaration
Swift
public enum CredentialType : Int, Codable -
It defines the different BluIDSDK environments that are available on BluSKY server.
See moreDeclaration
Swift
public enum BluIDSDK_Environment : String, Codable -
Allow type for access.
See moreDeclaration
Swift
public enum AllowAccessType : Int, Codable, Equatable -
Different gestures for auto authentication.
See moreDeclaration
Swift
public enum GestureType : String, Codable
Enumerations Reference