Android.App.ListFragment.SetEmptyText Method
The default content for a ListFragment has a TextView that can be shown when the list is empty.

Syntax

[Android.Runtime.Register("setEmptyText", "(Ljava/lang/CharSequence;)V", "GetSetEmptyText_Ljava_lang_CharSequence_Handler")]
public virtual void SetEmptyText (Java.Lang.ICharSequence text)

Parameters

text
Documentation for this section has not yet been entered.

Remarks

The default content for a ListFragment has a TextView that can be shown when the list is empty. If you would like to have it shown, call this method to supply the text it should use.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11