MCAdvertiserAssistantDelegate

Trait MCAdvertiserAssistantDelegate 

Source
pub unsafe trait MCAdvertiserAssistantDelegate: NSObjectProtocol {
    // Provided methods
    unsafe fn advertiserAssistantWillPresentInvitation(
        &self,
        advertiser_assistant: &MCAdvertiserAssistant,
    )
       where Self: Sized + Message { ... }
    unsafe fn advertiserAssistantDidDismissInvitation(
        &self,
        advertiser_assistant: &MCAdvertiserAssistant,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature MCAdvertiserAssistant only.
Expand description

Provided Methods§

Source

unsafe fn advertiserAssistantWillPresentInvitation( &self, advertiser_assistant: &MCAdvertiserAssistant, )
where Self: Sized + Message,

Source

unsafe fn advertiserAssistantDidDismissInvitation( &self, advertiser_assistant: &MCAdvertiserAssistant, )
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn MCAdvertiserAssistantDelegate

Source§

const NAME: &'static str = "MCAdvertiserAssistantDelegate"

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 MCAdvertiserAssistantDelegate

Implementations on Foreign Types§

Source§

impl<T> MCAdvertiserAssistantDelegate for ProtocolObject<T>

Implementors§