attach Collections

open fun attachCollections(team: Team, collections: List<LinksCollection>, afterAttached: () -> Unit)

Method to request to attach collections to the team

Parameters

team

The team where attach the links

collections

The collections to attach

afterAttached

The action to execute after the attachment of the collections