SaltoAccessDelegate
public protocol SaltoAccessDelegate
A delegate for implementing handlers of Salto access requests
-
Called when a Salto peripheral has been detected by the phone
Declaration
Swift
func onPeripheralFound()
-
Called when an access result or exception has been received by the Salto SDK
Declaration
Swift
func onSaltoAccessCompleted(saltoAccessResult: SaltoAccessResult?, error: SaltoError?)