AppKit
public class AppKit
Undocumented
-
Undocumented
Declaration
Swift
public static let shared: AppKit
-
Undocumented
Declaration
Swift
public weak var delegate: AppKitDelegate?
-
The current theme of the AppViewControllers and the App itself Choose between
.light
,.dark
and.automatic
The initial value is.automatic
`which is based on the current system interface styleDeclaration
Swift
public var theme: AppKitTheme
-
Undocumented
Declaration
Swift
public func requestLocalApps()
-
Undocumented
Declaration
Swift
public func appViewController(appUrl: String, hasNavigationBar: Bool = false, completion: (() -> Void)? = nil) -> UIViewController
-
Undocumented
Declaration
Swift
public func appWebView(appUrl: String) -> WKWebView
-
Undocumented
Declaration
Swift
public func appViewController(appUrl: String, reference: String, hasNavigationBar: Bool = false, completion: (() -> Void)? = nil) -> UIViewController
-
Undocumented
Declaration
Swift
public func appWebView(appUrl: String, reference: String) -> WKWebView
-
Undocumented
Declaration
Swift
public func sendEvent(_ event: AppEvent)
-
Undocumented
Declaration
Swift
public func setupGeofenceRegions(for locations: [String : CLLocationCoordinate2D])
-
Undocumented
Declaration
Swift
public func resetGeofences()
-
Undocumented
Declaration
Swift
public func handleRedirectURL(_ url: URL)
-
Undocumented
Declaration
Swift
public func isPoiInRange(id: String, completion: @escaping ((Bool) -> Void))
-
Undocumented
See moreDeclaration
Swift
struct ApplePayRequest : Codable
-
Undocumented
See moreDeclaration
Swift
struct ApplePayRequestTotal : Codable
-
Undocumented
See moreDeclaration
Swift
struct ApplePayResponse : Codable
-
Undocumented
See moreDeclaration
Swift
struct ApplePayPaymentMethod : Codable
-
Undocumented
See moreDeclaration
Swift
struct ApplePayPaymentData : Codable
-
Undocumented
See moreDeclaration
Swift
struct ApplePayPaymentDataHeader : Codable
-
Undocumented
See moreDeclaration
Swift
enum AppKitTheme : CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
class AppData : Equatable
-
Undocumented
See moreDeclaration
Swift
enum AppDrawerTheme
-
Undocumented
See moreDeclaration
Swift
enum AppError : Equatable, CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
enum AppEvent : Equatable
-
Undocumented
See moreDeclaration
Swift
class AppDrawerContainer : UIView
-
Undocumented
See moreDeclaration
Swift
struct CookieStorage