AccessibilityViewCommand.MoveWindowArguments

Added in 1.1.0

class AccessibilityViewCommand.MoveWindowArguments : AccessibilityViewCommand.CommandArguments


Arguments for #ACTION_MOVE_WINDOW

Summary

Public constructors

Public functions

Int
Int

Public constructors

MoveWindowArguments

Added in 1.1.0
MoveWindowArguments()

Public functions

getX

Added in 1.1.0
fun getX(): Int
Returns
Int

The x coordinate to which to move a window.

getY

Added in 1.1.0
fun getY(): Int
Returns
Int

The y coordinate to which to move a window.