RPBroadcastControllerDelegate_Extensions Class

Definition

Extension methods to the IRPBroadcastControllerDelegate interface to support all the methods from the RPBroadcastControllerDelegate protocol.

public static class RPBroadcastControllerDelegate_Extensions
type RPBroadcastControllerDelegate_Extensions = class
Inheritance
RPBroadcastControllerDelegate_Extensions

Remarks

The extension methods for IRPBroadcastControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original RPBroadcastControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidFinish(IRPBroadcastControllerDelegate, RPBroadcastController, NSError)
DidUpdateBroadcastUrl(IRPBroadcastControllerDelegate, RPBroadcastController, NSUrl)

Method that is called when the broadcast URL is updated.

DidUpdateServiceInfo(IRPBroadcastControllerDelegate, RPBroadcastController, NSDictionary<NSString,INSCoding>)

Applies to