AppWidgetHostView.ErrorView Property

Definition

Inflate and return a view that represents an error state.

protected virtual Android.Views.View? ErrorView { [Android.Runtime.Register("getErrorView", "()Landroid/view/View;", "GetGetErrorViewHandler")] get; }
[<get: Android.Runtime.Register("getErrorView", "()Landroid/view/View;", "GetGetErrorViewHandler")>]
member this.ErrorView : Android.Views.View

Property Value

Attributes

Remarks

Inflate and return a view that represents an error state.

Java documentation for android.appwidget.AppWidgetHostView.getErrorView().

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.

Applies to