Loader.IsStarted Proprietà

Definizione

Restituisce un valore che indica se il caricamento è stato avviato.

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

Valore della proprietà

Restituisce un valore che indica se il caricamento è stato avviato. Ovvero, è stato chiamato startLoading() e non sono ancora state effettuate chiamate a stopLoading() o reset().

Attributi

Commenti

Restituisce un valore che indica se il caricamento è stato avviato. Cioè, è #startLoading() stato chiamato e non sono ancora state effettuate chiamate a #stopLoading() o #reset() sono ancora state effettuate.

per android.content.Loader.isStarted().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a