Enumerations

The following enumerations are available globally.

  • Used to fetch the mode of the connected BluPOINT device

    See more

    Declaration

    Swift

    public enum DeviceMode : Int
  • It is used to define the device state.

    See more

    Declaration

    Swift

    public enum DeviceState : UInt8
  • States whether the access was granted or not.

    See more

    Declaration

    Swift

    public enum AccessStatus : String, Codable
  • It denotes the possible errors that can occur.

    See more

    Declaration

    Swift

    public enum BluIDSDKError : Error
  • Type of credential

    See more

    Declaration

    Swift

    public enum CredentialType : Int, Codable
  • It defines the different BluIDSDK environments that are available on BluSKY server.

    See more

    Declaration

    Swift

    public enum BluIDSDK_Environment : String, Codable
  • Allow type for access.

    See more

    Declaration

    Swift

    public enum AllowAccessType : Int, Codable, Equatable
  • Different gestures for auto authentication.

    See more

    Declaration

    Swift

    public enum GestureType : String, Codable