Roblox API Reference

RibbonNotificationService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, Service, NotReplicated]

Inherits (1)

Member index (3)

Type Member History
null OnNotificationUpdateFromPlugin (string newNotificationId, string seenNotificationId) 601
NewNotificationFromRibbon (string newNotificationId) 600 601
ToggleNotificationTray (bool checked, bool newNotificationAvailable) 601 602
57 members inherited from Instance

Removed member index (3)

Type Member History
null NewNotificationFromPlugin (string notificationId) 601
null NewNotificationFromPlugin2 (string notificationId) 600 601
NewNotificationId (string notificationId) 601

History

Members

NewNotificationFromRibbon On DevHub

Name Type Default
newNotificationId string none

History

OnNotificationUpdateFromPlugin On DevHub

Name Type Default
newNotificationId string none
seenNotificationId string none

History

ToggleNotificationTray On DevHub

Name Type Default
checked bool none
newNotificationAvailable bool none

History

Removed members

NewNotificationFromPlugin

Name Type Default
notificationId string none

History

NewNotificationFromPlugin2

Name Type Default
notificationId string none

History

NewNotificationId

Name Type Default
notificationId string none

History