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
LoadBroadcastActivityViewControllerAsync() |
Presents the UI for choosing a broadcast activity view controller, attempts to load the user's choice, and calls |
LoadBroadcastActivityViewControllerAsync(String) |
Asynchronously presents the UI for choosing a broadcast activity view controller, attempts to load the user's choice. |
LoadBroadcastActivityViewControllerAsync()
Presents the UI for choosing a broadcast activity view controller, attempts to load the user's choice, and calls handler
to process any errors and/or do additional work.
public static System.Threading.Tasks.Task<ReplayKit.RPBroadcastActivityViewController> LoadBroadcastActivityViewControllerAsync ();
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.
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.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<ReplayKit.RPBroadcastActivityViewController> LoadBroadcastActivityViewControllerAsync (string preferredExtension);
static member LoadBroadcastActivityViewControllerAsync : string -> System.Threading.Tasks.Task<ReplayKit.RPBroadcastActivityViewController>
Parameters
- preferredExtension
- String
Returns
- Attributes