ResValue.Key

public interface ResValue.Key extends Serializable


a generated resource is identified by its type+name as you can create

/foo and @dimen/foo,

To create instances of Key, use Variant.makeResValueKey function. This interface should not be extended by third party plugin or build scripts.

Summary

Public methods

abstract @NonNull String

name of the resource.

abstract @NonNull String

type of the resource like 'string'

Public methods

getName

abstract @NonNull String getName()

name of the resource.

getType

abstract @NonNull String getType()

type of the resource like 'string'