ResourceBuilders.AndroidImageResourceByResId


@RequiresSchemaVersion(major = 1, minor = 0)
class ResourceBuilders.AndroidImageResourceByResId


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

Summary

Public functions

@DrawableRes Int

Gets the Android resource ID of this image.

String

Public functions

getResourceId

Added in 1.0.0
fun getResourceId(): @DrawableRes Int

Gets the Android resource ID of this image. This must refer to a drawable under R.drawable.

toString

fun toString(): String