//inappmessaging/com.rakuten.tech.mobile.inappmessaging.runtime/InAppMessaging/closeTooltip
closeTooltip
[androidJvm]
abstract fun closeTooltip(viewId: String)
Closes a tooltip by viewId
(UIElement
identifier). This should be called when app needs to force-close the displayed tooltip without user action. Calling this method will not increment the campaign impression.
Parameters
androidJvm
viewId | The ID of UI element where the tooltip is attached. |