public class AcknowledgementStorage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AcknowledgementStorage.NotificationType |
| Constructor and Description |
|---|
AcknowledgementStorage(AcknowledgementStorage.NotificationType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledge(String uuid,
String userEid,
AcknowledgementType acknowledgementType)
Record the fact that a user has acknowledged a particular popup/banner.
|
void |
clearTemporaryDismissedForUser(String userEid)
Forget all temporary acknowledgements created by a user.
|
public AcknowledgementStorage(AcknowledgementStorage.NotificationType type)
public void acknowledge(String uuid, String userEid, AcknowledgementType acknowledgementType)
public void clearTemporaryDismissedForUser(String userEid)
Copyright © 2003–2017 Sakai Project. All rights reserved.