RPBroadcastControllerDelegate.DidFinish Method

Definition

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.

error
NSError

The error, if any, that ended the broadcast.

This parameter can be null.

Attributes

Applies to