LoadBroadcastingHandler Delegate
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 that specifies the signature of the completion handler in calls to the LoadBroadcastingApplicationInfo(NSExtensionContext, LoadBroadcastingHandler) method.
public delegate void LoadBroadcastingHandler(string bundleID, string displayName, UIImage appIcon);
type LoadBroadcastingHandler = delegate of string * string * UIImage -> unit
Parameters
- bundleID
- String
The bundle ID of the newly loaded broadcasting service.
- displayName
- String
The display name of the newly loaded broadcasting service.
- appIcon
- UIImage
The application icon of the newly loaded broadcasting service.