Misc

Check if overlay is visible

Returns whether the accessibility overlay is currently visible on the device.

get/devices/{deviceId}/overlay

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

visibleboolean required

Example response

{
  "$schema": "https://example.com/schemas/OverlayVisibleBody.json"
}

Changes