Class SynchronyUnlockEvent


  • @Internal
    public class SynchronyUnlockEvent
    extends Object
    Since:
    7.0.0
    • Method Detail

      • unlockEntities

        public static SynchronyUnlockEvent unlockEntities​(Collection<Long> contentIds)
        Creates event for unlocking some particular hubs
        Parameters:
        contentIds - list of content ids to be unlocked
      • unlockEverything

        public static SynchronyUnlockEvent unlockEverything()
        Creates event for global ("all-hubs") unlock
      • isGlobal

        public boolean isGlobal()
        Returns:
        true if all hubs should be unlocked, false otherwise