ContentResolver.ExtraRefreshSupported Field

Definition

An extra boolean describing whether a particular provider supports refresh or not.

[Android.Runtime.Register("EXTRA_REFRESH_SUPPORTED", ApiSince=26)]
public const string ExtraRefreshSupported;
[<Android.Runtime.Register("EXTRA_REFRESH_SUPPORTED", ApiSince=26)>]
val mutable ExtraRefreshSupported : string

Field Value

Attributes

Remarks

An extra boolean describing whether a particular provider supports refresh or not. If a provider supports refresh, it should include this key in its returned Cursor as part of its query call.

Java documentation for android.content.ContentResolver.EXTRA_REFRESH_SUPPORTED.

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