NSUserActivity Class
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.
[Foundation.Register("NSUserActivity", true)]
public class NSUserActivity : Foundation.NSObject, Foundation.INSItemProviderReading, Foundation.INSItemProviderWriting, IDisposable
[Foundation.Register("NSUserActivity", true)]
public class NSUserActivity : Foundation.NSObject
[<Foundation.Register("NSUserActivity", true)>]
type NSUserActivity = class
inherit NSObject
interface INSItemProviderReading
interface INativeObject
interface IDisposable
interface INSItemProviderWriting
[<Foundation.Register("NSUserActivity", true)>]
type NSUserActivity = class
inherit NSObject
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NSUserActivity(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSUserActivity(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSUserActivity(String) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| ActivityType | |
| AppClipActivationPayload | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ContentAttributeSet |
Gets or sets the list of searchable properties for this activity. |
| ContextIdentifierPath | |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the Foundation.INSUserActivityDelegate model class which acts as the class delegate. |
| Description | (Inherited from NSObject) |
| DetectedBarcodeDescriptor | |
| EligibleForHandoff |
Gets or sets whether this NSUserActivity is eligible for handoff. |
| EligibleForPrediction | |
| EligibleForPublicIndexing |
Gets or sets whether this NSUserActivity may have entries in public indices. |
| EligibleForSearch |
Gets or sets whether this NSUserActivity is eligible for search. |
| ExpirationDate | |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsClassKitDeepLink | |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Keywords | |
| NeedsSave | |
| PersistentIdentifier | |
| ReadableTypeIdentifiers | |
| ReferrerUrl | |
| RequiredUserInfoKeys | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SuggestedInvocationPhrase | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| SupportsContinuationStreams | |
| TargetContentIdentifier | |
| Title | |
| UserInfo | |
| WeakDelegate | |
| WebPageUrl | |
| WritableTypeIdentifiers | |
| WritableTypeIdentifiersForItemProvider | |
| Zone | (Inherited from NSObject) |