MessageOnTap UI - MessageOnTap/MessageOnTap_API GitHub Wiki

MessageOnTap renders its contextual user interfaces as "suggestion bubbles" on top of related messages. Plugins can customize the style of the suggestion bubbles through the requests to MessageOnTap core. As shown in the following picture, a plugin can customize the icon, the texts, and the background color of the bubble. Plugins cannot have flexibility in specifying the display position of the "suggestion bubbles" though, to keep overall layout consistency.

For a similar reason, we have a built-in logic to dismiss bubbles. Users can trigger the bubble to expand for a cancel button, which can be used to dismiss the whole bubble immediately.