|
@@ -1448,6 +1448,15 @@ UI.isOverlayVisible = function () {
|
1448
|
1448
|
|| GumPermissionsOverlay.isVisible();
|
1449
|
1449
|
};
|
1450
|
1450
|
|
|
1451
|
+/**
|
|
1452
|
+ * Indicates if the ring overlay is currently visible.
|
|
1453
|
+ *
|
|
1454
|
+ * @returns {*|boolean} {true} if the ring overlay is visible, {false} otherwise
|
|
1455
|
+ */
|
|
1456
|
+UI.isRingOverlayVisible = function () {
|
|
1457
|
+ return RingOverlay.isVisible();
|
|
1458
|
+};
|
|
1459
|
+
|
1451
|
1460
|
/**
|
1452
|
1461
|
* Shows browser-specific overlay with guidance how to proceed with gUM prompt.
|
1453
|
1462
|
* @param {string} browser - name of browser for which to show the guidance
|