Class ScheduledEventUserAddEvent

All Implemented Interfaces:
GenericEvent

public class ScheduledEventUserAddEvent extends GenericScheduledEventUserEvent
Indicates that a User has subscribed to a ScheduledEvent.

Requirements

This event requires the SCHEDULED_EVENTS intent and CacheFlag.SCHEDULED_EVENTS to be enabled.
createDefault(String) and createLight(String) disable this by default! Can be used to detect when someone has subscribed to an event and also retrieve their User object as well as the ScheduledEvent.

  • Constructor Details