TVBrowserViewControllerDelegate

Trait TVBrowserViewControllerDelegate 

Source
pub unsafe trait TVBrowserViewControllerDelegate: NSObjectProtocol {
    // Provided methods
    unsafe fn browserViewController_willCenterOnViewElement(
        &self,
        browser_view_controller: &TVBrowserViewController,
        view_element: &TVViewElement,
    )
       where Self: Sized + Message { ... }
    unsafe fn browserViewController_didCenterOnViewElement(
        &self,
        browser_view_controller: &TVBrowserViewController,
        view_element: &TVViewElement,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature TVBrowserViewController only.
Expand description

Provided Methods§

Source

unsafe fn browserViewController_willCenterOnViewElement( &self, browser_view_controller: &TVBrowserViewController, view_element: &TVViewElement, )
where Self: Sized + Message,

Available on crate features TVViewElement and objc2-ui-kit only.
Source

unsafe fn browserViewController_didCenterOnViewElement( &self, browser_view_controller: &TVBrowserViewController, view_element: &TVViewElement, )
where Self: Sized + Message,

Available on crate features TVViewElement and objc2-ui-kit only.

Trait Implementations§

Source§

impl ProtocolType for dyn TVBrowserViewControllerDelegate

Source§

const NAME: &'static str = "TVBrowserViewControllerDelegate"

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 TVBrowserViewControllerDelegate

Implementations on Foreign Types§

Source§

impl<T> TVBrowserViewControllerDelegate for ProtocolObject<T>

Implementors§