Roblox API Reference

ToastNotificationService 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 (2)

Type Member History
null HideNotification (string notificationId) 573
null ShowNotification (string message, string notificationId) 573
57 members inherited from Instance

History

Members

HideNotification On DevHub

Name Type Default
notificationId string none

History

ShowNotification On DevHub

Name Type Default
message string none
notificationId string none

History