RPBroadcastHandler.BeginRequestWithExtensionContext Method
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.
Requests a broadcast extension to open a broadcast with the specified context.
[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
The context for the broadcast service extension to use.
Implements
- Attributes