Package com.zendesk.sdk.network.impl
Class ZendeskPicassoProvider
- java.lang.Object
-
- com.zendesk.sdk.network.impl.ZendeskPicassoProvider
-
public class ZendeskPicassoProvider extends java.lang.Object
This will be an instance of picasso that we can use for downloading attachments from our servers. Do not use this one if you're downloading external assets as it will have an authorization token added to it if an identity has been set.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Picasso
getInstance(Context context)
Gets the instance of Picasso that we use for downloading images
-