public interface QBPrivacyListListener
QBPrivacyListsManager.| Modifier and Type | Method and Description |
|---|---|
void |
setPrivacyList(java.lang.String listName,
java.util.List<QBPrivacyListItem> listItems)
Set or update a privacy list with QBPrivacyItem.
|
void |
updatedPrivacyList(java.lang.String listName)
A privacy list has been modified by another.
|
void setPrivacyList(java.lang.String listName,
java.util.List<QBPrivacyListItem> listItems)
listName - The name of the new or updated privacy list.listItems - The QBPrivacyListItem that rules the list.void updatedPrivacyList(java.lang.String listName)
listName - The name of the updated privacy list.