AppKitDelegate

public protocol AppKitDelegate : AnyObject

Undocumented

  • Undocumented

    Declaration

    Swift

    func didFail(with error: AppKit.AppError)
  • Undocumented

    Declaration

    Swift

    func didReceiveAppDrawers(_ appDrawers: [AppKit.AppDrawer], _ appDatas: [AppKit.AppData])
  • Undocumented

    Declaration

    Swift

    func didReceiveAppData(_ appData: [AppKit.AppData])
  • 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(_:error:) Default implementation

    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)
  • Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func didReceiveApplePayDataRequest(_ request: AppKit.ApplePayRequest, completion: @escaping ((String) -> Void))
  • Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func didRequestLocationVerification(location: CLLocation, threshold: Double, completion: @escaping ((Bool) -> Void))