INInteraction.DeleteGroupedInteractions(String, Action<NSError>) Method

Definition

Deletes the donated interactions in the specified groupIdentifier.

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

Parameters

groupIdentifier
String
completion
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to