Delegate WebView.PlainTextReceivedCallback

Definition

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

The callback function that is invoked when the plain text of the current page is received.

C#
Copy
public delegate void PlainTextReceivedCallback(string plainText);

Extension Methods