Delegate WebView.VideoPlayingCallback

Definition

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

The callback function that is invoked when video playing is checked asynchronously.

C#
Copy
public delegate void VideoPlayingCallback(bool isPlaying);

Extension Methods