BridgeView
public class BridgeView : UIViewextension BridgeView: WKNavigationDelegateextension BridgeView: WKScriptMessageHandlerA view for showing subaio-content. Wraps a webview and handles communication
with the embedded app, as well as interaction with the shared BridgeManager.
No BridgeViews should be created before BridgeManager.shared.configure has
been invoked and BridgeManager.shared.language has been assigned.
- 
                  
                  Delegate for handling events. DeclarationSwift public weak var delegate: BridgeViewDelegate?
- 
                  
                  Sets the visibility of the horizontal scroll indicator DeclarationSwift public var showsHorizontalScrollIndicator: Bool { get set }
- 
                  
                  Sets the visibility of the vertical scroll indicator DeclarationSwift public var showsVerticalScrollIndicator: Bool { get set }
- 
                  
                  Controls whether the scroll view bounces past the edge of content and back again. DeclarationSwift public var bounces: Bool { get set }
- 
                  
                  Status of the embedded app. DeclarationSwift public private(set) var status: ViewStatus { get }
- 
                  
                  Initialize a view with a page. DeclarationSwift public convenience init(page: Page, reportResize: Bool = false, manager: BridgeManager = .shared)ParameterspageThe page to load. The default Subaio page is Page(name: "OVERVIEW", params: nil). For convenience, this is available asPage.overview.managerOptionally inject an instance of BridgeManager. Defaults to the shared manager instance. 
- 
                  
                  Initialize a view with a page. DeclarationSwift public init(frame: CGRect, page: Page, reportResize: Bool = false, manager: BridgeManager = .shared)ParametersframeInitial frame pageThe page to load. The default Subaio page is Page(name: "OVERVIEW", params: nil). For convenience, this is available asPage.overview.managerOptionally inject an instance of BridgeManager. Defaults to the shared manager instance. 
- 
                  
                  Warning Not implementedDeclarationSwift public required init?(coder aDecoder: NSCoder)
- 
                  
                  Undocumented DeclarationSwift public override func didMoveToWindow()
- 
                  
                  Undocumented DeclarationSwift public func sendCustomAction(name: String, data: Any? = nil)
- 
                  
                  Undocumented DeclarationSwift public override func layoutSubviews()
- 
                  
                  Reload the underlying webview DeclarationSwift public func refresh()
- 
                  
                  Undocumented DeclarationSwift public func webView(_ webView: WKWebView, didFail navigation: WKNavigation!, withError error: Error)
- 
                  
                  Undocumented DeclarationSwift public func webView(_ webView: WKWebView, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void)
- 
                  
                  Undocumented DeclarationSwift public func userContentController(_ userContentController: WKUserContentController, didReceive message: WKScriptMessage)
 BridgeView Class Reference
        BridgeView Class Reference