-
public interface ComposeOperation<View extends Object>Responsible for executing an interaction on the element of Jetpack Compose
-
-
Method Summary
Modifier and Type Method Description abstract Unitexecute(View innerView)abstract ComposeOperationTypegetType()abstract StringgetDescription()-
-
Method Detail
-
getType
abstract ComposeOperationType getType()
-
getDescription
abstract String getDescription()
-
-
-
-