RPBroadcastActivityViewController.LoadBroadcastActivityViewControllerAsync 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
| Name | Description |
|---|---|
| LoadBroadcastActivityViewControllerAsync() |
Asynchronously presents the UI for choosing a broadcast activity view controller, and attempts to load the user's choice. |
| LoadBroadcastActivityViewControllerAsync(String) |
Asynchronously presents the UI for choosing a broadcast activity view controller, attempts to load the user's choice. |
LoadBroadcastActivityViewControllerAsync()
Asynchronously presents the UI for choosing a broadcast activity view controller, and attempts to load the user's choice.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<ReplayKit.RPBroadcastActivityViewController> LoadBroadcastActivityViewControllerAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LoadBroadcastActivityViewControllerAsync : unit -> System.Threading.Tasks.Task<ReplayKit.RPBroadcastActivityViewController>
Returns
A task that asynchronously presents the UI for choosing a broadcast activity view controller and attempts to load the user's choice.
- Attributes
Remarks
The LoadBroadcastActivityViewControllerAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.
The LoadBroadcastActivityViewControllerAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.
To be added.
Applies to
LoadBroadcastActivityViewControllerAsync(String)
Asynchronously presents the UI for choosing a broadcast activity view controller, attempts to load the user's choice.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<ReplayKit.RPBroadcastActivityViewController> LoadBroadcastActivityViewControllerAsync(string? preferredExtension);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LoadBroadcastActivityViewControllerAsync : string -> System.Threading.Tasks.Task<ReplayKit.RPBroadcastActivityViewController>
Parameters
- preferredExtension
- String
Returns
- Attributes