public interface

ResourceResolvers.InlineImageResourceResolver

 androidx.wear.tiles.renderer.internal.ResourceResolvers.InlineImageResourceResolver

Subclasses:

DefaultInlineImageResourceResolver

Overview

Interface that can provide a Drawable for an InlineImageResource

Summary

Methods
public <any>getDrawable(InlineImageResource resource)

Get the drawable as specified by resource.

public DrawablegetDrawableOrThrow(InlineImageResource resource)

Should immediately return the drawable specified by resource.

Methods

public Drawable getDrawableOrThrow(InlineImageResource resource)

Should immediately return the drawable specified by resource.

public <any> getDrawable(InlineImageResource resource)

Get the drawable as specified by resource.