boolean |
ApplicationNotificationsManager.notifyAddedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder) |
use to notify a user he got a workspace item new in some of his workspace shared folder
|
boolean |
NotificationsManager.notifyAddedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder) |
use to notify a user he got a workspace item new in some of his workspace shared folder
|
boolean |
ApplicationNotificationsManager.notifyItemRenaming(String userIdToNotify,
String previousName,
SocialFileItem renamedItem,
SocialSharedFolder rootSharedFolder) |
use to notify a user he got a workspace item renamed
|
boolean |
NotificationsManager.notifyItemRenaming(String userIdToNotify,
String previousName,
SocialFileItem renamedItem,
SocialSharedFolder rootSharedFolder) |
use to notify a user he got a workspace item renamed
|
boolean |
ApplicationNotificationsManager.notifyMovedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder) |
use to notify a user he got a workspace item deleted from one of his workspace shared folder
|
boolean |
NotificationsManager.notifyMovedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder) |
use to notify a user he got a workspace item deleted from one of his workspace shared folder
|
boolean |
ApplicationNotificationsManager.notifyUpdatedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder) |
use to notify a user he got a workspace item updated from one of his workspace shared folder
|
boolean |
NotificationsManager.notifyUpdatedItem(String userIdToNotify,
SocialFileItem item,
SocialSharedFolder sharedFolder) |
use to notify a user he got a workspace item updated from one of his workspace shared folder
|