Contents

groupIdentifier

The unique identifier of the interaction’s group.

Declaration

var groupIdentifier: String? { get set }

Mentioned in

Discussion

Assigning the same identifier string to two or more interaction objects defines a group. You can use the group identifier later to delete all interactions with that identifier. The default value of this property is nil, which means that the interaction is not associated with a group.

See Also

Accessing Interaction Attributes