ResValue

Added in 7.0.0

class ResValue : Serializable


Resource to be generated by the build system.

Summary

Nested types

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

Public constructors

ResValue(value: String, comment: String?)

Public properties

String?

Optional comment.

String

value for the resource

Public constructors

ResValue

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

Public properties

comment

Added in 7.0.0
val commentString?

Optional comment.

value

Added in 7.0.0
val valueString

value for the resource