Share via


INSUserActivityDelegate Interface

Definition

Delegate object for NSUserActivity objects, exposing events relating to an activity begun on one device and continued on another.

[Foundation.Protocol(Name="NSUserActivityDelegate", WrapperType=typeof(Foundation.NSUserActivityDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UserActivityWillSave", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSUserActivity) }, Selector="userActivityWillSave:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UserActivityWasContinued", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSUserActivity) }, Selector="userActivityWasContinued:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UserActivityReceivedData", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSUserActivity), typeof(Foundation.NSInputStream), typeof(Foundation.NSOutputStream) }, Selector="userActivity:didReceiveInputStream:outputStream:")]
public interface INSUserActivityDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSUserActivityDelegate", WrapperType=typeof(Foundation.NSUserActivityDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UserActivityWillSave", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSUserActivity) }, Selector="userActivityWillSave:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UserActivityWasContinued", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSUserActivity) }, Selector="userActivityWasContinued:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UserActivityReceivedData", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(Foundation.NSUserActivity), typeof(Foundation.NSInputStream), typeof(Foundation.NSOutputStream) }, Selector="userActivity:didReceiveInputStream:outputStream:")>]
type INSUserActivityDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Applies to

See also