Package com.slack.api.model.event
Class TeamDomainChangeEvent
java.lang.Object
com.slack.api.model.event.TeamDomainChangeEvent
- All Implemented Interfaces:
Event,Serializable
public class TeamDomainChangeEvent extends Object implements Event
The team_domain_change event is sent to all connections for a workspace when the workspace domain changes.
Since the existing domain will continue to work (causing a redirect) until it is claimed by another workspace, clients don't need to do anything special with this event. It is sent for the benefit of our web client, which needs to reload when the domain changes.
https://api.slack.com/events/team_domain_change
- See Also:
- Serialized Form
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
TeamDomainChangeEvent
public TeamDomainChangeEvent()
-
-
Method Details