RibbonNotificationService
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 5
Removed member index 3
History | Member | |
---|---|---|
601 | NewNotificationFromPlugin(notificationId: string): null | |
601 | NewNotificationFromPlugin2(notificationId: string): null | |
601 | NewNotificationId(notificationId: string) |
Description
History 14
- 635 Add NotificationReadFromRibbon
- 635 Add AllNotificationsReadFromRibbon
- 602 Change Parameters of ToggleNotificationTray from (checked: bool) to (checked: bool, newNotificationAvailable: bool)
- 601 Add ToggleNotificationTray
- 601 Remove NewNotificationId
- 601 Change Parameters of NewNotificationFromRibbon from (notificationId: string) to (newNotificationId: string)
- 601 Add OnNotificationUpdateFromPlugin
- 601 Remove NewNotificationFromPlugin2
- 601 Remove NewNotificationFromPlugin
- 600 Add NewNotificationFromRibbon
- 600 Add NewNotificationFromPlugin2
- 593 Add NewNotificationId
- 593 Add NewNotificationFromPlugin
- 593 Add RibbonNotificationService
Members 5
AllNotificationsReadFromRibbon
Parameters (0) | ||
---|---|---|
No parameters. |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
NewNotificationFromRibbon
Parameters (1) | |
---|---|
newNotificationId | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 601 Change Parameters of NewNotificationFromRibbon from (notificationId: string) to (newNotificationId: string)
- 600 Add NewNotificationFromRibbon
NotificationReadFromRibbon
Parameters (1) | |
---|---|
newNotificationId | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
OnNotificationUpdateFromPlugin
Parameters (2) | ||
---|---|---|
newNotificationId | string | |
seenNotificationId | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
ToggleNotificationTray
Parameters (2) | |
---|---|
checked | bool |
newNotificationAvailable | bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 602 Change Parameters of ToggleNotificationTray from (checked: bool) to (checked: bool, newNotificationAvailable: bool)
- 601 Add ToggleNotificationTray
Removed members 3
NewNotificationFromPlugin
Parameters (1) | ||
---|---|---|
notificationId | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
NewNotificationFromPlugin2
Parameters (1) | ||
---|---|---|
notificationId | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
NewNotificationId
Parameters (1) | |
---|---|
notificationId | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 601 Remove NewNotificationId
- 593 Add NewNotificationId