| Modifier and Type | Method and Description |
|---|---|
Picasso |
Picasso.Builder.build()
Create the
Picasso instance. |
static Picasso |
Picasso.with(android.content.Context context)
The global default
Picasso instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
Picasso.Listener.onImageLoadFailed(Picasso picasso,
android.net.Uri uri,
Exception exception)
Invoked when an image has failed to load.
|
static void |
Picasso.setSingletonInstance(Picasso picasso)
Set the global instance returned from
with(android.content.Context). |
Copyright © 2013–2016 Square, Inc.. All rights reserved.