public interface DismissibleMessagesService
Modifier and Type | Method and Description |
---|---|
void |
dismissMessage(String messageKey)
Dismisses the message, denoting that the message should not be shown in Crowd console.
|
void |
enableMessage(String messageKey)
Enables the message, denoting that the message should be shown in Crowd console.
|
boolean |
isDismissed(String messageKey) |
void enableMessage(String messageKey)
messageKey
- key of the messagevoid dismissMessage(String messageKey)
messageKey
- key of the messageboolean isDismissed(String messageKey)
messageKey
- key of the messageCopyright © 2021 Atlassian. All rights reserved.