DocumentsContract.ExtraInfo Field

Definition

Optional string included in a directory Cursor#getExtras() providing an informational message that should be shown to a user.

[Android.Runtime.Register("EXTRA_INFO")]
public const string ExtraInfo;
[<Android.Runtime.Register("EXTRA_INFO")>]
val mutable ExtraInfo : string

Field Value

Attributes

Remarks

Optional string included in a directory Cursor#getExtras() providing an informational message that should be shown to a user. For example, a provider may wish to indicate that not all documents are available.

Java documentation for android.provider.DocumentsContract.EXTRA_INFO.

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