-
- All Implemented Interfaces:
-
androidx.compose.ui.node.DelegatableNode
public final class MaskNode extends Modifier.Node
-
-
Field Summary
Fields Modifier and Type Field Description private Stringmodeprivate final CoroutineScopecoroutineScopeprivate BooleanisAttachedprivate Modifier.Nodenodeprivate final BooleanshouldAutoInvalidate
-
Method Summary
Modifier and Type Method Description final StringgetMode()final UnitsetMode(String mode)final CoroutineScopegetCoroutineScope()final BooleangetIsAttached()final UnitsetIsAttached(Boolean isAttached)final Modifier.NodegetNode()final UnitsetNode(Modifier.Node node)BooleangetShouldAutoInvalidate()-
Methods inherited from class com.amplitude.android.sessionreplay.compose.MaskNode
onAttach, onDetach, onReset, sideEffect -
Methods inherited from class androidx.compose.ui.Modifier.Node
onDensityChange, onLayoutDirectionChange -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MaskNode
MaskNode(String mode)
-
-
Method Detail
-
getCoroutineScope
final CoroutineScope getCoroutineScope()
-
getIsAttached
final Boolean getIsAttached()
-
setIsAttached
final Unit setIsAttached(Boolean isAttached)
-
getNode
final Modifier.Node getNode()
-
getShouldAutoInvalidate
Boolean getShouldAutoInvalidate()
-
-
-
-