Delegate WebContext.DownloadStartedCallback

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

The callback function that is invoked when download is started.

C#
Copy
public delegate void DownloadStartedCallback(string url);

Extension Methods