RPBroadcastControllerDelegate.DidFinish 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.
Method that is called when the broadcast finishes.
[Foundation.Export("broadcastController:didFinishWithError:")]
public virtual void DidFinish (ReplayKit.RPBroadcastController broadcastController, Foundation.NSError error);
abstract member DidFinish : ReplayKit.RPBroadcastController * Foundation.NSError -> unit
override this.DidFinish : ReplayKit.RPBroadcastController * Foundation.NSError -> unit
Parameters
- broadcastController
- RPBroadcastController
The controller for the broadcast that finsihed.
- Attributes