NotificationService
An internal service which cannot be used by developers.
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 15
Removed member index 5
History | Member | |
---|---|---|
407 | IsLuaBottomBarEnabled: bool | |
407 | IsLuaBottomBarWithText: bool | |
385 | IsLuaGamesPageEnabled: bool | |
385 | IsLuaHomePageEnabled: bool | |
414 | IsLuaHomeWithAvatarEnabled: bool |
Description
An unfinished service that would allow you to schedule notifications. Currently goes unimplemented, and cannot be enabled.
History 70
- 573 Change ReturnType of SwitchedToAppShellFeature from void to null
- 573 Change ReturnType of ScheduleNotification from void to null
- 573 Change ReturnType of CancelNotification from void to null
- 573 Change ReturnType of CancelAllNotification from void to null
- 573 Change ReturnType of ActionTaken from void to null
- 573 Change ReturnType of ActionEnabled from void to null
- 553 Change Default of SelectedTheme from to
- 553 Change Default of IsLuaGameDetailsEnabled from to
- 553 Change Default of from to
- 553 Change Default of from to
- 545 Add
- 486 Change ThreadSafety of SelectedTheme from ReadOnly to ReadSafe
- 486 Change ThreadSafety of IsLuaGameDetailsEnabled from ReadOnly to ReadSafe
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 469 Change Tags of from [ReadOnly, NotReplicated] to [Hidden, ReadOnly, NotReplicated]
- 462 Change ThreadSafety of RobloxEventReceived from to Unsafe
- 462 Change ThreadSafety of RobloxConnectionChanged from to Unsafe
- 462 Change ThreadSafety of Roblox17sEventReceived from to Unsafe
- 462 Change ThreadSafety of Roblox17sConnectionChanged from to Unsafe
- 462 Change ThreadSafety of SwitchedToAppShellFeature from to Unsafe
- 462 Change ThreadSafety of ScheduleNotification from to Unsafe
- 462 Change ThreadSafety of GetScheduledNotifications from to Unsafe
- 462 Change ThreadSafety of CancelNotification from to Unsafe
- 462 Change ThreadSafety of CancelAllNotification from to Unsafe
- 462 Change ThreadSafety of ActionTaken from to Unsafe
- 462 Change ThreadSafety of ActionEnabled from to Unsafe
- 462 Change ThreadSafety of SelectedTheme from to ReadOnly
- 462 Change ThreadSafety of IsLuaGameDetailsEnabled from to ReadOnly
- 462 Change ThreadSafety of from to ReadOnly
- 461 Add SwitchedToAppShellFeature
- 425 Add Roblox17sEventReceived
- 425 Add Roblox17sConnectionChanged
- 414 Remove IsLuaHomeWithAvatarEnabled
- 413 Add IsLuaHomeWithAvatarEnabled
- 414 Remove IsLuaHomeWithAvatarEnabled
- 407 Remove IsLuaBottomBarWithText
- 407 Remove IsLuaBottomBarEnabled
- 397 Add IsLuaHomeWithAvatarEnabled
- 385 Remove IsLuaHomePageEnabled
- 385 Remove IsLuaGamesPageEnabled
- 385 Add IsLuaBottomBarWithText
- 376 Change Parameters of RobloxConnectionChanged from (connectionName: string, connectionState: ConnectionState, sequenceNumber: string) to (connectionName: string, connectionState: ConnectionState, sequenceNumber: string, namespaceSequenceNumbers: string)
- 367 Add IsLuaBottomBarEnabled
- 365 Add IsLuaGameDetailsEnabled
- 359 Add SelectedTheme
- 349 Add
- 346 Remove IsLuaHomePageEnabled
- 346 Remove IsLuaGamesPageEnabled
- 346 Add IsLuaHomePageEnabled
- 346 Add IsLuaGamesPageEnabled
- 345 Add IsLuaHomePageEnabled
- 345 Add IsLuaGamesPageEnabled
- 327 Add ActionTaken
- 327 Add ActionEnabled
- 325 Change Parameters of ScheduleNotification from (userId: int, alertId: int, alertMsg: string, minutesToFire: int) to (userId: int64, alertId: int, alertMsg: string, minutesToFire: int)
- 325 Change Parameters of GetScheduledNotifications from (userId: int) to (userId: int64)
- 325 Change Parameters of CancelNotification from (userId: int, alertId: int) to (userId: int64, alertId: int)
- 325 Change Parameters of CancelAllNotification from (userId: int) to (userId: int64)
- 311 Change Security of ScheduleNotification from RobloxPlaceSecurity to LocalUserSecurity
- 311 Change Security of GetScheduledNotifications from RobloxPlaceSecurity to LocalUserSecurity
- 311 Change Security of CancelNotification from RobloxPlaceSecurity to LocalUserSecurity
- 311 Change Security of CancelAllNotification from RobloxPlaceSecurity to LocalUserSecurity
- 303 Change Parameters of RobloxConnectionChanged from (connectionName: string) to (connectionName: string, connectionState: ConnectionState, sequenceNumber: string)
- 290 Add RobloxConnectionChanged
- 287 Add RobloxEventReceived
- 152 Add ScheduleNotification
- 152 Add GetScheduledNotifications
- 152 Add CancelNotification
- 152 Add CancelAllNotification
- 152 Add NotificationService
Members 15
ActionEnabled
Parameters (1) | ||
---|---|---|
actionType | AppShellActionType | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ActionEnabled from void to null
- 462 Change ThreadSafety of ActionEnabled from to Unsafe
- 327 Add ActionEnabled
ActionTaken
Parameters (1) | ||
---|---|---|
actionType | AppShellActionType | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ActionTaken from void to null
- 462 Change ThreadSafety of ActionTaken from to Unsafe
- 327 Add ActionTaken
CancelAllNotification
Parameters (1) | ||
---|---|---|
userId | int64 | |
Returns (1) | ||
null |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of CancelAllNotification from void to null
- 462 Change ThreadSafety of CancelAllNotification from to Unsafe
- 325 Change Parameters of CancelAllNotification from (userId: int) to (userId: int64)
- 311 Change Security of CancelAllNotification from RobloxPlaceSecurity to LocalUserSecurity
- 152 Add CancelAllNotification
CancelNotification
Parameters (2) | ||
---|---|---|
userId | int64 | |
alertId | int | |
Returns (1) | ||
null |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of CancelNotification from void to null
- 462 Change ThreadSafety of CancelNotification from to Unsafe
- 325 Change Parameters of CancelNotification from (userId: int, alertId: int) to (userId: int64, alertId: int)
- 311 Change Security of CancelNotification from RobloxPlaceSecurity to LocalUserSecurity
- 152 Add CancelNotification
GetScheduledNotifications
Parameters (1) | ||
---|---|---|
userId | int64 | |
Returns (1) | ||
Array |
This function yields. It will block the calling thread until completion.
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 462 Change ThreadSafety of GetScheduledNotifications from to Unsafe
- 325 Change Parameters of GetScheduledNotifications from (userId: int) to (userId: int64)
- 311 Change Security of GetScheduledNotifications from RobloxPlaceSecurity to LocalUserSecurity
- 152 Add GetScheduledNotifications
IsLuaGameDetailsEnabled
Type | Default | |
---|---|---|
bool |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Security | RobloxScriptSecurity |
---|---|
Thread safety | ReadSafe |
Category | Behavior |
Loaded/Saved | false |
History 4
- 553 Change Default of IsLuaGameDetailsEnabled from to
- 486 Change ThreadSafety of IsLuaGameDetailsEnabled from ReadOnly to ReadSafe
- 462 Change ThreadSafety of IsLuaGameDetailsEnabled from to ReadOnly
- 365 Add IsLuaGameDetailsEnabled
Roblox17sConnectionChanged
Parameters (3) | |
---|---|
connectionName | string |
connectionState | ConnectionState |
namespaceSequenceNumbers | string |
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of Roblox17sConnectionChanged from to Unsafe
- 425 Add Roblox17sConnectionChanged
Roblox17sEventReceived
Parameters (1) | |
---|---|
eventData | Map |
Thread safety | Unsafe |
---|
History 2
- 462 Change ThreadSafety of Roblox17sEventReceived from to Unsafe
- 425 Add Roblox17sEventReceived
RobloxConnectionChanged
Parameters (4) | |
---|---|
connectionName | string |
connectionState | ConnectionState |
sequenceNumber | string |
namespaceSequenceNumbers | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 462 Change ThreadSafety of RobloxConnectionChanged from to Unsafe
- 376 Change Parameters of RobloxConnectionChanged from (connectionName: string, connectionState: ConnectionState, sequenceNumber: string) to (connectionName: string, connectionState: ConnectionState, sequenceNumber: string, namespaceSequenceNumbers: string)
- 303 Change Parameters of RobloxConnectionChanged from (connectionName: string) to (connectionName: string, connectionState: ConnectionState, sequenceNumber: string)
- 290 Add RobloxConnectionChanged
RobloxEventReceived
Parameters (1) | |
---|---|
eventData | Map |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of RobloxEventReceived from to Unsafe
- 287 Add RobloxEventReceived
ScheduleNotification
Parameters (4) | ||
---|---|---|
userId | int64 | |
alertId | int | |
alertMsg | string | |
minutesToFire | int | |
Returns (1) | ||
null |
Security | LocalUserSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 573 Change ReturnType of ScheduleNotification from void to null
- 462 Change ThreadSafety of ScheduleNotification from to Unsafe
- 325 Change Parameters of ScheduleNotification from (userId: int, alertId: int, alertMsg: string, minutesToFire: int) to (userId: int64, alertId: int, alertMsg: string, minutesToFire: int)
- 311 Change Security of ScheduleNotification from RobloxPlaceSecurity to LocalUserSecurity
- 152 Add ScheduleNotification
SelectedTheme
Type | Default | |
---|---|---|
string |
This property is not replicated. Its interface does not cross the network boundary.
Security | RobloxScriptSecurity |
---|---|
Thread safety | ReadSafe |
Category | Behavior |
Loaded/Saved | true/false |
History 4
- 553 Change Default of SelectedTheme from to
- 486 Change ThreadSafety of SelectedTheme from ReadOnly to ReadSafe
- 462 Change ThreadSafety of SelectedTheme from to ReadOnly
- 359 Add SelectedTheme
SwitchedToAppShellFeature
Parameters (1) | ||
---|---|---|
appShellFeature | AppShellFeature | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of SwitchedToAppShellFeature from void to null
- 462 Change ThreadSafety of SwitchedToAppShellFeature from to Unsafe
- 461 Add SwitchedToAppShellFeature
Removed members 5
IsLuaBottomBarEnabled
Type | Default | |
---|---|---|
bool |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Security | RobloxScriptSecurity |
---|---|
Category | Behavior |
Loaded/Saved | false |
History 2
- 407 Remove IsLuaBottomBarEnabled
- 367 Add IsLuaBottomBarEnabled
IsLuaBottomBarWithText
Type | Default | |
---|---|---|
bool |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Security | RobloxScriptSecurity |
---|---|
Category | Behavior |
Loaded/Saved | false |
History 2
- 407 Remove IsLuaBottomBarWithText
- 385 Add IsLuaBottomBarWithText
IsLuaGamesPageEnabled
Type | Default | |
---|---|---|
bool |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Security | RobloxScriptSecurity |
---|---|
Category | Behavior |
Loaded/Saved | false |
History 4
- 385 Remove IsLuaGamesPageEnabled
- 346 Remove IsLuaGamesPageEnabled
- 346 Add IsLuaGamesPageEnabled
- 345 Add IsLuaGamesPageEnabled
IsLuaHomePageEnabled
Type | Default | |
---|---|---|
bool |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Security | RobloxScriptSecurity |
---|---|
Category | Behavior |
Loaded/Saved | false |
History 4
- 385 Remove IsLuaHomePageEnabled
- 346 Remove IsLuaHomePageEnabled
- 346 Add IsLuaHomePageEnabled
- 345 Add IsLuaHomePageEnabled
IsLuaHomeWithAvatarEnabled
Type | Default | |
---|---|---|
bool |
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
Security | RobloxScriptSecurity |
---|---|
Category | Behavior |
Loaded/Saved | false |