BKSecureBeaconState
public enum BKSecureBeaconState : String
Indicates if blukii SmartBeacon is sending SecureBeacon advertising and if BKDiscoveryData
object contains encrypted data.
-
blukii SmartBeacon is not a SecureBeacon
To detect this correct, set the correct UUID in
BKDiscoverySettings.securebeaconUUID
Declaration
Swift
case off
-
blukii SmartBeacon is a SecureBeacon. DiscoveryData contains encrypted mac address and iBeacon Major and Minor values.
Declaration
Swift
case encrypted
-
blukii SmartBeacon is a SecureBeacon. DiscoveryData contains decrypted mac address and iBeacon Major and Minor values.
Declaration
Swift
case decrypted