public final class

ResourceBuilders.AndroidImageResourceByResId

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.ResourceBuilders.AndroidImageResourceByResId

Overview

An image resource which maps to an Android drawable by resource ID.

Summary

Methods
public intgetResourceId()

Gets the Android resource ID of this image.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public int getResourceId()

Gets the Android resource ID of this image. This must refer to a drawable under R.drawable. Intended for testing purposes only.