MPMediaPlaylist.AddItem(String, Action<NSError>) Method

Definition

[Foundation.Export("addItemWithProductID:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AddItem (string productID, Action<Foundation.NSError> completionHandler);
abstract member AddItem : string * Action<Foundation.NSError> -> unit
override this.AddItem : string * Action<Foundation.NSError> -> unit

Parameters

productID
String
completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to