resourceName property

String? resourceName
getter/setter pair

The android resource name of the target UI element.

For example, in Java: R.string.foo in xml: @string/foo Only the "foo" part is needed. Reference doc: https://developer.android.com/guide/topics/resources/accessing-resources.html

Required.

Implementation

core.String? resourceName;