LoadBroadcastingHandler Delegate

Definition

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.

Applies to