<div class='sourceset sourceset-android'>Android</div>

```kotlin
public open class Domain internal constructor(internal val coreDomain: String?)
```

Represents the domain (namespace) for named remote states.

Named states are used to identify variables that can be updated externally or shared across
different parts of a remote document.

## Functions

<h2 id="prefixed-name">prefixed</h2>

```kotlin
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
        public fun prefixed(name: String): String
```

Returns the given `name` prefixed with this domain and a colon, or just `name` if the
[coreDomain](#coredomain) is null.