This message is used by Windows to indicate when the visibility of the Dashboard should change

interface WindowsIncomingVisibility {
    Data: { isVisible: boolean };
    Feature: "PrivacyDashboard";
    Name: "VisibilityChanged";
}

Properties

Properties

Data: { isVisible: boolean }
Feature: "PrivacyDashboard"
Name: "VisibilityChanged"