div-action-hide-tooltip

Hides tooltip.

Parameters

Parameters Description
id

string

Required parameter.

Tooltip identifier.

Available platforms: Android.

type

string

Required parameter.

The value must always be hide_tooltip.

Available platforms: Android.

JSON
{
  type*: "hide_tooltip",
  id*: "string"
}