AppKitDelegate
public protocol AppKitDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func didFail(with error: AppKit.AppError)
-
didEscapeForecourt(_:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func didEscapeForecourt(_ appDatas: [AppKit.AppData])
-
didEnterGeofence(with:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func didEnterGeofence(with id: String)
-
didExitGeofence(with:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func didExitGeofence(with id: String)
-
didFailToMonitorRegion(_:
Default implementationerror: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func didFailToMonitorRegion(_ region: CLRegion, error: Error)
-
tokenInvalid(completion:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func tokenInvalid(completion: @escaping ((String) -> Void))
-
didReceiveImageData(_:
Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func didReceiveImageData(_ image: UIImage)
-
didReceiveApplePayDataRequest(_:
Default implementationcompletion: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func didReceiveApplePayDataRequest(_ request: AppKit.ApplePayRequest, completion: @escaping ((String) -> Void))