UIViewController.BeginRequestWithExtensionContext(NSExtensionContext) Method

Definition

Method that is called when the host app is about to make a request.

[Foundation.Export("beginRequestWithExtensionContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void BeginRequestWithExtensionContext (Foundation.NSExtensionContext context);
abstract member BeginRequestWithExtensionContext : Foundation.NSExtensionContext -> unit
override this.BeginRequestWithExtensionContext : Foundation.NSExtensionContext -> unit

Parameters

context
NSExtensionContext

A context object that contains data for the request.

Implements

Attributes

Applies to