Is there any notification sent by the system when files are airdropped to macOS?

AVFoundation have these notifications like AVCaptureDeviceWasConnected, AVCaptureDeviceWasDisconnected, AVPlayerItemDidPlayToEndTime, AVPlayerItemFailedToPlayToEndTime, etc., that inform if a device was connected or disconnected, if the video paused, stop, ended, etc.

Is there some similar for airdrop? I means if files are airdropped, which files were airdropped, etc?

I need to receive a list of files that were airdropped to macOS when that happens.

Is that possible to know that, by notifications or other means?