pub unsafe trait WKUIDelegate: NSObjectProtocol + MainThreadOnly { }
Available on crate feature
WKUIDelegate
only.Expand description
A class conforming to the WKUIDelegate protocol provides methods for presenting native UI on behalf of a webpage.
See also Apple’s documentation