Lingua

Icon.LoadDrawableAsync Metodo

Definizione

Overload

Nome Descrizione
LoadDrawableAsync(Context, Message)

#loadDrawable(Context) Richiama l'oggetto specificato android.os.Handler Handler e quindi invia andThen allo stesso gestore al termine.

LoadDrawableAsync(Context, Icon+IOnDrawableLoadedListener, Handler)

#loadDrawable(Context) Richiama su un thread in background e invia una notifica al codice o al codice<>>OnDrawableLoadedListener#onDrawableLoaded listener in <al handler termine.

LoadDrawableAsync(Context, Message)

#loadDrawable(Context) Richiama l'oggetto specificato android.os.Handler Handler e quindi invia andThen allo stesso gestore al termine.

[Android.Runtime.Register("loadDrawableAsync", "(Landroid/content/Context;Landroid/os/Message;)V", "", ApiSince=23)]
public void LoadDrawableAsync(Android.Content.Context context, Android.OS.Message andThen);
[<Android.Runtime.Register("loadDrawableAsync", "(Landroid/content/Context;Landroid/os/Message;)V", "", ApiSince=23)>]
member this.LoadDrawableAsync : Android.Content.Context * Android.OS.Message -> unit

Parametri

context
Context

android.content.Context Context in cui caricare l'elemento di disegno; vedere #loadDrawable(Context)

andThen
Message

android.os.Message per inviare alla destinazione una volta che l'oggetto drawable è disponibile. La android.os.Message#obj obj proprietà viene popolata con Drawable.

Attributi

Commenti

#loadDrawable(Context) Richiama l'oggetto specificato android.os.Handler Handler e quindi invia andThen allo stesso gestore al termine.

per android.graphics.drawable.Icon.loadDrawableAsync(android.content.Context, android.os.Message).

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

LoadDrawableAsync(Context, Icon+IOnDrawableLoadedListener, Handler)

#loadDrawable(Context) Richiama su un thread in background e invia una notifica al codice o al codice<>>OnDrawableLoadedListener#onDrawableLoaded listener in <al handler termine.

[Android.Runtime.Register("loadDrawableAsync", "(Landroid/content/Context;Landroid/graphics/drawable/Icon$OnDrawableLoadedListener;Landroid/os/Handler;)V", "", ApiSince=23)]
public void LoadDrawableAsync(Android.Content.Context context, Android.Graphics.Drawables.Icon.IOnDrawableLoadedListener? listener, Android.OS.Handler? handler);
[<Android.Runtime.Register("loadDrawableAsync", "(Landroid/content/Context;Landroid/graphics/drawable/Icon$OnDrawableLoadedListener;Landroid/os/Handler;)V", "", ApiSince=23)>]
member this.LoadDrawableAsync : Android.Content.Context * Android.Graphics.Drawables.Icon.IOnDrawableLoadedListener * Android.OS.Handler -> unit

Parametri

context
Context

Context Context in cui caricare l'elemento di disegno; vedere #loadDrawable(Context)

listener
Icon.IOnDrawableLoadedListener

per essere OnDrawableLoadedListener#onDrawableLoaded notified al #loadDrawable(Context) termine

handler
Handler

Handler su cui inviare una notifica all'oggetto listener

Attributi

Commenti

per android.graphics.drawable.Icon.loadDrawableAsync(android.content.Context, android.graphics.drawable.OnDrawableLoadedListener, android.os.Handler).

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