Contents

setInteractionSuppressed(_:forIdentifier:)

Tells the File Provider extension that the user wants to suppress the user interaction.

Declaration

func setInteractionSuppressed(_ suppression: Bool, forIdentifier suppressionIdentifier: String)

Parameters

  • suppression:

    A Boolean value that indicates whether the user wants to suppress the specified user interaction.

  • suppressionIdentifier:

    A unique identifier for the user interaction.

See Also

Supressing Interactions