Source set: Android
public interface RemoteStateScope
Scope for accessing remote state IDs.
Properties
parentScope
Source set: Android
@get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) public val parentScope: RemoteStateScope
The RemoteComposeCreationState associated with the document being drawn into.
remoteDensity
Source set: Android
public val remoteDensity: RemoteDensity
The RemoteDensity associated with the document being drawn into.
layoutDirection
Source set: Android
public val layoutDirection: LayoutDirection
The LayoutDirection associated with the document being drawn into.
document
Source set: Android
@get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public val document: RemoteComposeWriter
The RemoteComposeWriter associated with the document being drawn into.
id
Source set: Android
@get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public val RemoteState<*>.id: Int
Returns the ID for this state within the scope.
floatId
Source set: Android
@get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public val RemoteState<*>.floatId: Float
Returns the float ID for this state within the scope.
longId
Source set: Android
@get:RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public val RemoteState<*>.longId: Long
Returns the long ID for this state within the scope.