INInteraction.DeleteInteractions(String[], Action<NSError>) Method

Definition

Deletes the interactions with the specified identifiers.

[Foundation.Export("deleteInteractionsWithIdentifiers:completion:")]
public static void DeleteInteractions (string[] identifiers, Action<Foundation.NSError> completion);
static member DeleteInteractions : string[] * Action<Foundation.NSError> -> unit

Parameters

identifiers
String[]
completion
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to