Delegate WebView.GeolocationPermissionCallback

Definition

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

The callback function that is invoked when geolocation permission is requested.

C#
Copy
public delegate void GeolocationPermissionCallback(string host, string protocol);

Extension Methods