setFeaturePermission()
The function allows to permit or deny features within a WebView EWO.
Synopsis
bool setFeaturePermission(string url, string feature, bool granted)
Parameters
| Parameter | Description |
|---|---|
url |
URL for which the permission should be set. |
feature |
The requested feature. |
granted |
Defines if the permission is granted (true) or revoked
(false) |
Return Value
The function return false in case of an error.