ACProximityViewControllerDelegate
@objc
public protocol ACProximityViewControllerDelegate : AnyObject
Protocol for the proximity view controller
-
Called when proximity has been detected.
Declaration
Swift
func didDetectProximity(code: String, rssi: Int, desktop: String)Parameters
codeThe detected proximity code
rssiThe signal strength
desktopIdentifier of the detected device.
-
Operation was cancelled
Declaration
Swift
func didCancelProximityDetection() -
Operation failed
Declaration
Swift
func didFailDetectProximity(error: Error?)
ACProximityViewControllerDelegate Protocol Reference