Share via


RPBroadcastControllerDelegate_Extensions.DidUpdateBroadcastUrl Method

Definition

Method that is called when the broadcast URL is updated.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdateBroadcastUrl(this ReplayKit.IRPBroadcastControllerDelegate This, ReplayKit.RPBroadcastController broadcastController, Foundation.NSUrl broadcastUrl);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdateBroadcastUrl : ReplayKit.IRPBroadcastControllerDelegate * ReplayKit.RPBroadcastController * Foundation.NSUrl -> unit

Parameters

broadcastController
RPBroadcastController
broadcastUrl
NSUrl
Attributes

Applies to