Trait WKNavigationDelegate

Source
pub unsafe trait WKNavigationDelegate: NSObjectProtocol + MainThreadOnly { }
Available on crate feature WKNavigationDelegate only.
Expand description

A class conforming to the WKNavigationDelegate protocol can provide methods for tracking progress for main frame navigations and for deciding policy for main frame and subframe navigations.

See also Apple’s documentation

Trait Implementations§

Source§

impl ProtocolType for dyn WKNavigationDelegate

Source§

const NAME: &'static str = "WKNavigationDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn WKNavigationDelegate

Implementations on Foreign Types§

Source§

impl<T> WKNavigationDelegate for ProtocolObject<T>

Implementors§