RPBroadcastActivityControllerDelegate

Trait RPBroadcastActivityControllerDelegate 

Source
pub unsafe trait RPBroadcastActivityControllerDelegate: NSObjectProtocol {
    // Provided method
    unsafe fn broadcastActivityController_didFinishWithBroadcastController_error(
        &self,
        broadcast_activity_controller: &RPBroadcastActivityController,
        broadcast_controller: Option<&RPBroadcastController>,
        error: Option<&NSError>,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature RPBroadcast only.
Expand description

RPBroadcastActivityControllerDelegate is used to notify the caller when the user has finshed with the RPBroadcastActivityController’s picker.

See also Apple’s documentation

Provided Methods§

Source

unsafe fn broadcastActivityController_didFinishWithBroadcastController_error( &self, broadcast_activity_controller: &RPBroadcastActivityController, broadcast_controller: Option<&RPBroadcastController>, error: Option<&NSError>, )
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn RPBroadcastActivityControllerDelegate

Source§

const NAME: &'static str = "RPBroadcastActivityControllerDelegate"

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 RPBroadcastActivityControllerDelegate

Implementations on Foreign Types§

Source§

impl<T> RPBroadcastActivityControllerDelegate for ProtocolObject<T>

Implementors§