Loader.IsStarted Propiedad

Definición

Devuelve si se ha iniciado esta carga.

public virtual bool IsStarted { [Android.Runtime.Register("isStarted", "()Z", "GetIsStartedHandler")] get; }
[<get: Android.Runtime.Register("isStarted", "()Z", "GetIsStartedHandler")>]
member this.IsStarted : bool

Valor de propiedad

Devuelve si se ha iniciado esta carga. Es decir, se ha llamado a su startLoading() y aún no se han realizado llamadas a stopLoading() o reset().

Atributos

Comentarios

Devuelve si se ha iniciado esta carga. Es decir, #startLoading() se ha llamado a y aún no se han realizado llamadas a #stopLoading() o #reset() se han realizado.

Java documentación para android.content.Loader.isStarted().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a