INIntentResponse.UserActivity Property

Definition

Gets the NSUserActivity used when launching the app.

public virtual Foundation.NSUserActivity UserActivity { [Foundation.Export("userActivity", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setUserActivity:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.UserActivity : Foundation.NSUserActivity with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to