Directly initiate Airdrop without showing other sharing options

In our app, we're currently using UIActivityViewController to allow users to share files (in our case, audio files). From all the sharing options, a really common use case is to Airdrop a file to your Mac.

We'd love to make that easier by providing a dedicated Airdrop button. Is it possible to initiate a share-via-airdrop action directly from Swift?

Directly initiate Airdrop without showing other sharing options
 
 
Q