RPBroadcastHandler.UpdateServiceInfo Method
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.
Communicates service information changes to the broadcast extension.
[Foundation.Export("updateServiceInfo:")]
public virtual void UpdateServiceInfo (Foundation.NSDictionary<Foundation.NSString,Foundation.INSCoding> serviceInfo);
abstract member UpdateServiceInfo : Foundation.NSDictionary<Foundation.NSString, Foundation.INSCoding> -> unit
override this.UpdateServiceInfo : Foundation.NSDictionary<Foundation.NSString, Foundation.INSCoding> -> unit
Parameters
- serviceInfo
- NSDictionary<NSString,INSCoding>
The new service info.
- Attributes