RemoteViews.SetEmptyView(Int32, Int32) Method

Definition

Equivalent to calling AdapterView#setEmptyView(View)

[Android.Runtime.Register("setEmptyView", "(II)V", "GetSetEmptyView_IIHandler")]
public virtual void SetEmptyView (int viewId, int emptyViewId);
[<Android.Runtime.Register("setEmptyView", "(II)V", "GetSetEmptyView_IIHandler")>]
abstract member SetEmptyView : int * int -> unit
override this.SetEmptyView : int * int -> unit

Parameters

viewId
Int32

The id of the view on which to set the empty view

emptyViewId
Int32

The view id of the empty view

Attributes

Remarks

Java documentation for android.widget.RemoteViews.setEmptyView(int, int).

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