WebChromeClient.VideoLoadingProgressView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains a View to be displayed while buffering of full screen video is taking place.
public virtual Android.Views.View? VideoLoadingProgressView { [Android.Runtime.Register("getVideoLoadingProgressView", "()Landroid/view/View;", "GetGetVideoLoadingProgressViewHandler")] get; }
[<get: Android.Runtime.Register("getVideoLoadingProgressView", "()Landroid/view/View;", "GetGetVideoLoadingProgressViewHandler")>]
member this.VideoLoadingProgressView : Android.Views.View
Property Value
View The View to be displayed whilst the video is loading.
- Attributes
Remarks
Obtains a View to be displayed while buffering of full screen video is taking place. The host application can override this method to provide a View containing a spinner or similar.
Java documentation for android.webkit.WebChromeClient.getVideoLoadingProgressView()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.