Class GenericScheduledEventUserEvent

All Implemented Interfaces:
GenericEvent
Direct Known Subclasses:
ScheduledEventUserAddEvent, ScheduledEventUserRemoveEvent

public abstract class GenericScheduledEventUserEvent extends GenericScheduledEventGatewayEvent
Indicates that a User has subscribed or unsubscribed to a ScheduledEvent.

Can be used to detect when someone has indicated that they have subscribed or unsubscribed to an event and also retrieve their User object as well as the 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!