div-action-hide-tooltip
Hides the tooltip.
Parameters
Parameters | Description |
---|---|
id |
string Required parameter. Tooltip ID. Available platforms: Android, iOS. |
type |
string Required parameter. The value must always be Available platforms: Android, iOS. |
JSON
{
type*: "hide_tooltip",
id*: "string"
}