Trait objc2_web_kit::WebDownloadDelegate
source · pub unsafe trait WebDownloadDelegate: NSURLDownloadDelegate {
// Provided method
unsafe fn downloadWindowForAuthenticationSheet(
&self,
download: Option<&WebDownload>,
mtm: MainThreadMarker
) -> Option<Retained<NSWindow>>
where Self: Sized + Message { ... }
}
👎Deprecated
Available on crate feature
WebDownload
only.Provided Methods§
unsafe fn downloadWindowForAuthenticationSheet( &self, download: Option<&WebDownload>, mtm: MainThreadMarker ) -> Option<Retained<NSWindow>>
👎Deprecated
Available on crate feature
objc2-app-kit
and macOS only.