ResValue

class ResValue : Serializable
kotlin.Any
   ↳ com.android.build.api.variant.ResValue

Resource to be generated by the build system.

Summary

Nested classes

abstract

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

Public constructors

<init>(value: String, comment: String? = "Added from the variant API")

Resource to be generated by the build system.

Properties

String?

Optional comment.

String

value for the resource

Public constructors

<init>

ResValue(
    value: String,
    comment: String? = "Added from the variant API")

Resource to be generated by the build system.

Properties

comment

val comment: String?

Optional comment.

value

val value: String

value for the resource