Class PrivacyList


  • public class PrivacyList
    extends java.lang.Object
    A privacy list represents a list of contacts that is a read only class used to represent a set of allowed or blocked communications. Basically it can:
    • Handle many PrivacyItem.
    • Answer if it is the default list.
    • Answer if it is the active list.
    Privacy Items can handle different kind of blocking communications based on JID, group, subscription type or globally.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PrivacyList​(boolean isActiveList, boolean isDefaultList, java.lang.String listName, java.util.List<PrivacyItem> privacyItems)  
    • Constructor Detail

      • PrivacyList

        protected PrivacyList​(boolean isActiveList,
                              boolean isDefaultList,
                              java.lang.String listName,
                              java.util.List<PrivacyItem> privacyItems)