NSExtensionContext_RPBroadcastExtension.CompleteRequest 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.
Overloads
CompleteRequest(NSExtensionContext, NSUrl, NSDictionary<NSString,INSCoding>) | |
CompleteRequest(NSExtensionContext, NSUrl, RPBroadcastConfiguration, NSDictionary<NSString,INSCoding>) |
Developers should not use this deprecated method. Developers should use 'CompleteRequest(NSUrl,NSDictionary<NSString,INSCoding>)' instead. |
CompleteRequest(NSExtensionContext, NSUrl, NSDictionary<NSString,INSCoding>)
[Foundation.Export("completeRequestWithBroadcastURL:setupInfo:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void CompleteRequest (this Foundation.NSExtensionContext This, Foundation.NSUrl broadcastURL, Foundation.NSDictionary<Foundation.NSString,Foundation.INSCoding> setupInfo);
static member CompleteRequest : Foundation.NSExtensionContext * Foundation.NSUrl * Foundation.NSDictionary<Foundation.NSString, Foundation.INSCoding> -> unit
Parameters
- This
- NSExtensionContext
The instance on which this method operates.
- broadcastURL
- NSUrl
- Attributes
Applies to
CompleteRequest(NSExtensionContext, NSUrl, RPBroadcastConfiguration, NSDictionary<NSString,INSCoding>)
Developers should not use this deprecated method. Developers should use 'CompleteRequest(NSUrl,NSDictionary<NSString,INSCoding>)' instead.
[Foundation.Export("completeRequestWithBroadcastURL:broadcastConfiguration:setupInfo:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'CompleteRequest(NSUrl,NSDictionary<NSString,INSCoding>)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'CompleteRequest(NSUrl,NSDictionary<NSString,INSCoding>)' instead.")]
public static void CompleteRequest (this Foundation.NSExtensionContext This, Foundation.NSUrl broadcastURL, ReplayKit.RPBroadcastConfiguration broadcastConfiguration, Foundation.NSDictionary<Foundation.NSString,Foundation.INSCoding> setupInfo);
static member CompleteRequest : Foundation.NSExtensionContext * Foundation.NSUrl * ReplayKit.RPBroadcastConfiguration * Foundation.NSDictionary<Foundation.NSString, Foundation.INSCoding> -> unit
Parameters
- This
- NSExtensionContext
The instance on which this method operates.
- broadcastURL
- NSUrl
- broadcastConfiguration
- RPBroadcastConfiguration
- Attributes