SWCollaborationActionHandler

Trait SWCollaborationActionHandler 

Source
pub unsafe trait SWCollaborationActionHandler: NSObjectProtocol {
    // Provided methods
    unsafe fn collaborationCoordinator_handleStartCollaborationAction(
        &self,
        coordinator: &SWCollaborationCoordinator,
        action: &SWStartCollaborationAction,
    )
       where Self: Sized + Message { ... }
    unsafe fn collaborationCoordinator_handleUpdateCollaborationParticipantsAction(
        &self,
        coordinator: &SWCollaborationCoordinator,
        action: &SWUpdateCollaborationParticipantsAction,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature SWCollaborationActionHandler only.
Expand description

Provided Methods§

Source

unsafe fn collaborationCoordinator_handleStartCollaborationAction( &self, coordinator: &SWCollaborationCoordinator, action: &SWStartCollaborationAction, )
where Self: Sized + Message,

Available on crate features SWAction and SWCollaborationCoordinator and SWStartCollaborationAction only.
Source

unsafe fn collaborationCoordinator_handleUpdateCollaborationParticipantsAction( &self, coordinator: &SWCollaborationCoordinator, action: &SWUpdateCollaborationParticipantsAction, )
where Self: Sized + Message,

Available on crate features SWAction and SWCollaborationCoordinator and SWUpdateCollaborationParticipantsAction only.

Trait Implementations§

Source§

impl ProtocolType for dyn SWCollaborationActionHandler

Source§

const NAME: &'static str = "SWCollaborationActionHandler"

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 SWCollaborationActionHandler

Implementations on Foreign Types§

Source§

impl<T> SWCollaborationActionHandler for ProtocolObject<T>

Implementors§