Share via


ISWCollaborationActionHandler Interface

Definition

This interface represents the Objective-C protocol SWCollaborationActionHandler.

[Foundation.Protocol(Name="SWCollaborationActionHandler", WrapperType=typeof(SharedWithYouCore.SWCollaborationActionHandlerWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleStartCollaborationAction", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SharedWithYouCore.SWCollaborationCoordinator), typeof(SharedWithYouCore.SWStartCollaborationAction) }, Selector="collaborationCoordinator:handleStartCollaborationAction:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleUpdateCollaborationParticipantsAction", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SharedWithYouCore.SWCollaborationCoordinator), typeof(SharedWithYouCore.SWUpdateCollaborationParticipantsAction) }, Selector="collaborationCoordinator:handleUpdateCollaborationParticipantsAction:")]
public interface ISWCollaborationActionHandler : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SWCollaborationActionHandler", WrapperType=typeof(SharedWithYouCore.SWCollaborationActionHandlerWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleStartCollaborationAction", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SharedWithYouCore.SWCollaborationCoordinator), typeof(SharedWithYouCore.SWStartCollaborationAction) }, Selector="collaborationCoordinator:handleStartCollaborationAction:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="HandleUpdateCollaborationParticipantsAction", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SharedWithYouCore.SWCollaborationCoordinator), typeof(SharedWithYouCore.SWUpdateCollaborationParticipantsAction) }, Selector="collaborationCoordinator:handleUpdateCollaborationParticipantsAction:")>]
type ISWCollaborationActionHandler = interface
    interface INativeObject
    interface IDisposable
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to