Roblox API Reference
Updates
About
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.
Memory Category
Instances
Tags: [NotCreatable, Service, NotReplicated]
Table of contents
Class tree
Inherits
Member index
History
Members
HideNotification
ShowNotification
Inherits
(1)
Instance
Member index
(2)
Type
Member
History
void
HideNotification
(
string
notificationId
)
void
ShowNotification
(
string
message
,
string
notificationId
)
51 members
inherited from
Instance
History
473
Add
ToastNotificationService
Members
HideNotification
On DevHub
Parameters
1
Name
Type
Default
notificationId
string
none
Return Type
void
Security
RobloxScriptSecurity
ShowNotification
On DevHub
Parameters
2
Name
Type
Default
message
string
none
notificationId
string
none
Return Type
void
Security
RobloxScriptSecurity
Top