Contents

removeRegistration(forDocumentIdentifier:)

Unregister a specific document with the system.

Declaration

func removeRegistration(forDocumentIdentifier documentIdentifier: String) async throws

Parameters

  • documentIdentifier:

    The identifier of the document to unregister.

Discussion

When a document is unregistered, the system no longer surfaces your app as an option for responding to a presentment request for that specific document.

See Also

Registering and removing mobile documents