Interface PrivacyListListener

    • Method Detail

      • setPrivacyList

        void setPrivacyList​(String listName,
                            List<PrivacyItem> listItem)
        Set or update a privacy list with PrivacyItem.
        Parameters:
        listName - the name of the new or updated privacy list.
        listItem - the PrivacyItems that rules the list.
      • updatedPrivacyList

        void updatedPrivacyList​(String listName)
        A privacy list has been modified by another. It gets notified.
        Parameters:
        listName - the name of the updated privacy list.