INSUserActivityDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Properties
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| UserActivityReceivedData(NSUserActivity, NSInputStream, NSOutputStream) | |
| UserActivityWasContinued(NSUserActivity) | |
| UserActivityWillSave(NSUserActivity) |