open class RemoteState.Domain

Known direct subclasses
RemoteState.Domain.System

The system-defined domain, used for platform-level or framework state.

RemoteState.Domain.User

The default user-defined domain.


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.

Summary

Nested types

The system-defined domain, used for platform-level or framework state.

The default user-defined domain.

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String