SdkFeature
public struct SdkFeature : OptionSet
Lets you enable additional features of the SDK, which are off by default
-
Declaration
Swift
public let rawValue: Int -
Declaration
Swift
public init(rawValue: Int) -
Enables the Salto BLE lock integration feature
Declaration
Swift
public static let salto: SdkFeature -
Enables the Digital ID feature
Declaration
Swift
public static let digitalId: SdkFeature -
Private for Gallagher internal use.
Declaration
Swift
public static let notifications: SdkFeature -
Enables the Wallet feature
Declaration
Swift
public static let totp: SdkFeature -
Private for Gallagher internal use.
Declaration
Swift
public static let wallet: SdkFeature -
Enables the Aperio integration feature
Declaration
Swift
public static let aperio: SdkFeature
SdkFeature Structure Reference