WKDownloadDelegate_Extensions.DecidePlaceholderPolicy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DecidePlaceholderPolicy(this WebKit.IWKDownloadDelegate This, WebKit.WKDownload download, WebKit.WKDownloadDelegateDecidePlaceholderPolicyCallback completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DecidePlaceholderPolicy : WebKit.IWKDownloadDelegate * WebKit.WKDownload * WebKit.WKDownloadDelegateDecidePlaceholderPolicyCallback -> unit
Parameters
- This
- IWKDownloadDelegate
- download
- WKDownload
- completionHandler
- WKDownloadDelegateDecidePlaceholderPolicyCallback
- Attributes