Share via


RPBroadcastControllerDelegate.DidFinish Method

Definition

[Foundation.Export("broadcastController:didFinishWithError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinish(ReplayKit.RPBroadcastController broadcastController, Foundation.NSError? error);
[<Foundation.Export("broadcastController:didFinishWithError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.

error
NSError

The error, if any, that ended the broadcast.

This parameter can be null.

Implements

Attributes

Applies to