Skip to content

PROTOCOL

GASmartAccessReaderDemoDelegate

public protocol GASmartAccessReaderDemoDelegate: AnyObject

Methods

didBLEUpdateState(_:)

func didBLEUpdateState(_ state: CBManagerState)

Delegate for BLE Update State. It allows to know if BLE is ready to use. - Parameter state: BLE State

Parameters

Name Description
state BLE State

didLogUpdate(_:)

func didLogUpdate(_ message: String)

Delegate for logger. It allows to display log messages on the app. - Parameter message: Log message

Parameters

Name Description
message Log message