div-action-show-tooltip

Shows the tooltip.

Parameters

Parameters Description
id

string

Required parameter.

Tooltip ID.

Available platforms: Android, iOS.

type

string

Required parameter.

The value must always be show_tooltip.

Available platforms: Android, iOS.

multiple

bool

Sets whether the tooltip can be shown again after it’s closed.

Available platforms: Android, iOS.

JSON
{
  type*: "show_tooltip",
  id*: "string",
  multiple: "bool"
}