Skip to main content

Show

The show action is used to reveal the widget after it has been hidden using the hide action or display the widget in a specific UI state.

Usage

To show the widget, call the show method on the widget instance:

window._asurion_widget('show');

Parameters

displayMode: Display a specific UI state from any other UI state:

// displayMode: "FAB_TO_FAC" | "FAB" | "FAC" | "WINDOW"
window._asurion_widget('show', { displayMode: 'WINDOW' });