Class

RemoteState.Domain

Represents the domain (namespace) for named remote states.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
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

prefixed

@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 is null.