LongClickNodeTool

long_click_node — resolve a node via the shared selector and perform ACTION_LONG_CLICK on it. See perform for the result/error shape; on success returns success, action = "long_click", and the matched view_id.

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
open override val annotations: ToolAnnotations
Link copied to clipboard
open override val description: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val parameters: List<ToolParameter>

Functions

Link copied to clipboard
open suspend override fun execute(params: Map<String, Any>): ToolResult