DeviceHelperDelegate
public protocol DeviceHelperDelegate : AnyObject
DeviceHelperDelegate is used when a futher action need to be performed following a device related action.
Version
1.5.0Date
08/08/2019-
An error has occured during an operation.
Declaration
Swift
func deviceHelper(_ deviceHelper: DeviceHelper, didCatchError error: String)Parameters
errorThe description of the error.
-
The email has been sent.
Declaration
Swift
func deviceHelper(_ deviceHelper: DeviceHelper, didSendEmail result: Bool)Parameters
resultThe execusion result.
DeviceHelperDelegate Protocol Reference