Roblox API Reference

NotificationService 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.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (15)

Type Member History
bool IsConnected 545
bool IsLuaChatEnabled 349 469
bool IsLuaGameDetailsEnabled 365
string SelectedTheme 359
null ActionEnabled (AppShellActionType actionType) 327 573
null ActionTaken (AppShellActionType actionType) 327 573
null CancelAllNotification (int64 userId) 311 325 573
null CancelNotification (int64 userId, int alertId) 311 325 573
Array GetScheduledNotifications (int64 userId) 311 325
null ScheduleNotification (int64 userId, int alertId, string alertMsg, int minutesToFire) 311 325 573
null SwitchedToAppShellFeature (AppShellFeature appShellFeature) 461 573
Roblox17sConnectionChanged (string connectionName, ConnectionState connectionState, string namespaceSequenceNumbers) 425
Roblox17sEventReceived (Map eventData) 425
RobloxConnectionChanged (string connectionName, ConnectionState connectionState, string sequenceNumber, string namespaceSequenceNumbers) 290 303 376
RobloxEventReceived (Map eventData) 287
57 members inherited from Instance

Removed member index (5)

Type Member History
bool IsLuaBottomBarEnabled 367 407
bool IsLuaBottomBarWithText 385 407
bool IsLuaGamesPageEnabled 345 346 346 385
bool IsLuaHomePageEnabled 345 346 346 385
bool IsLuaHomeWithAvatarEnabled 397 414 413 414

History

Members

ActionEnabled On DevHub

Name Type Default
actionType AppShellActionType none

History

ActionTaken On DevHub

Name Type Default
actionType AppShellActionType none

History

CancelAllNotification On DevHub

Name Type Default
userId int64 none

History

CancelNotification On DevHub

Name Type Default
userId int64 none
alertId int none

History

GetScheduledNotifications On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
userId int64 none

History

Tags: [Yields]

IsConnected On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, ReadOnly, NotReplicated]

IsLuaChatEnabled On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This member is hidden. It is not meant to be used, and may have unresolved issues.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [Hidden, ReadOnly, NotReplicated]

IsLuaGameDetailsEnabled On DevHub

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

Roblox17sConnectionChanged On DevHub

Name Type Default
connectionName string none
connectionState ConnectionState none
namespaceSequenceNumbers string none

History

Roblox17sEventReceived On DevHub

Name Type Default
eventData Map none

History

RobloxConnectionChanged On DevHub

Name Type Default
connectionName string none
connectionState ConnectionState none
sequenceNumber string none
namespaceSequenceNumbers string none

History

RobloxEventReceived On DevHub

Name Type Default
eventData Map none

History

ScheduleNotification On DevHub

Name Type Default
userId int64 none
alertId int none
alertMsg string none
minutesToFire int none

History

SelectedTheme On DevHub

This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [NotReplicated]

SwitchedToAppShellFeature On DevHub

Name Type Default
appShellFeature AppShellFeature none

History

Removed members

IsLuaBottomBarEnabled

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

IsLuaBottomBarWithText

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

IsLuaGamesPageEnabled

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

IsLuaHomePageEnabled

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

IsLuaHomeWithAvatarEnabled

This property is read-only. Its value can be read, but it cannot be modified.
This item is not replicated. Its interface does not cross the network boundary.

History

Tags: [ReadOnly, NotReplicated]

Relevant enums (3)