RPBroadcastControllerDelegate_Extensions.DidUpdateBroadcastUrl Method

Definition

Method that is called when the broadcast URL is updated.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidUpdateBroadcastUrl (this ReplayKit.IRPBroadcastControllerDelegate This, ReplayKit.RPBroadcastController broadcastController, Foundation.NSUrl broadcastUrl);
static member DidUpdateBroadcastUrl : ReplayKit.IRPBroadcastControllerDelegate * ReplayKit.RPBroadcastController * Foundation.NSUrl -> unit

Parameters

This
IRPBroadcastControllerDelegate

The instance on which this extension method operates.

broadcastController
RPBroadcastController
broadcastUrl
NSUrl
Attributes

Applies to