public class AppUninstalledEvent extends Object implements Event
You should also receive tokens_revoked events for revoked tokens. An app is not uninstalled until its final user and bot tokens are revoked.
The example above details the complete Events API payload, including the event wrapper. The team_id indicates which workspace uninstalled the Slack app identified by api_app_id.
https://api.slack.com/events/app_uninstalled
| Constructor and Description |
|---|
AppUninstalledEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getType() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.