IRPBroadcastControllerDelegate Interface
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.
Delegate object that responds to changes in a broadcast.
[Foundation.Protocol(Name="RPBroadcastControllerDelegate", WrapperType=typeof(ReplayKit.RPBroadcastControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinish", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPBroadcastController), typeof(Foundation.NSError) }, Selector="broadcastController:didFinishWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateServiceInfo", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPBroadcastController), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.INSCoding>) }, Selector="broadcastController:didUpdateServiceInfo:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateBroadcastUrl", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPBroadcastController), typeof(Foundation.NSUrl) }, Selector="broadcastController:didUpdateBroadcastURL:")]
public interface IRPBroadcastControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="RPBroadcastControllerDelegate", WrapperType=typeof(ReplayKit.RPBroadcastControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFinish", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPBroadcastController), typeof(Foundation.NSError) }, Selector="broadcastController:didFinishWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateServiceInfo", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPBroadcastController), typeof(Foundation.NSDictionary<Foundation.NSString,Foundation.INSCoding>) }, Selector="broadcastController:didUpdateServiceInfo:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateBroadcastUrl", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPBroadcastController), typeof(Foundation.NSUrl) }, Selector="broadcastController:didUpdateBroadcastURL:")>]
type IRPBroadcastControllerDelegate = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| DidFinish(RPBroadcastController, NSError) | |
| DidUpdateBroadcastUrl(RPBroadcastController, NSUrl) |
Method that is called when the broadcast URL is updated. |
| DidUpdateServiceInfo(RPBroadcastController, NSDictionary<NSString,INSCoding>) | |