Roblox Wiki
Advertisement
Roblox Wiki
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The NotificationService class, added on May 29, 2014, inherits from Instance. It cannot be instantiated.

Properties

IsConnected: bool

  • HiddenThis property is not shown in the object browser and properties window.
  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:NotificationService/IsConnected.
  • Category: Data.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

IsLuaChatEnabled: bool

  • HiddenThis property is not shown in the object browser and properties window.
  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:NotificationService/IsLuaChatEnabled.
  • Category: Behavior.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

IsLuaGameDetailsEnabled: bool

  • Read-onlyThis property is capable of being read but not written.
  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:NotificationService/IsLuaGameDetailsEnabled.
  • Category: Behavior.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: cannot load or save.
  • Thread safety: read safe

SelectedTheme: string

  • Not replicatedThis member is not replicated across the network boundary.
This class member is missing documentation. Create or add to its subpage at Class:NotificationService/SelectedTheme.
  • Category: Behavior.
  • Read security: RobloxScriptSecurity.
  • Write security: RobloxScriptSecurity.
  • Serialization: can load only.
  • Thread safety: read safe

Methods

ActionEnabled(actionType: AppShellActionType): null

Parameters
NameType
actionTypeAppShellActionType
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

ActionTaken(actionType: AppShellActionType): null

Parameters
NameType
actionTypeAppShellActionType
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

CancelAllNotification(userId: int64): null

Parameters
NameType
userIdint64
  • Security: LocalUserSecurity.
  • Thread safety: unsafe

CancelNotification(userId: int64, alertId: int): null

Parameters
NameType
userIdint64
alertIdint
  • Security: LocalUserSecurity.
  • Thread safety: unsafe

GetScheduledNotifications(userId: int64): Array

  • YieldsThis function can yield the script it is used in.
Parameters
NameType
userIdint64
  • Security: LocalUserSecurity.
  • Thread safety: unsafe

ScheduleNotification(userId: int64, alertId: int, alertMsg: string, minutesToFire: int): null

Parameters
NameType
userIdint64
alertIdint
alertMsgstring
minutesToFireint
  • Security: LocalUserSecurity.
  • Thread safety: unsafe

SwitchedToAppShellFeature(appShellFeature: AppShellFeature): null

Parameters
NameType
appShellFeatureAppShellFeature
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Events

Roblox17sConnectionChanged(connectionName: string, connectionState: ConnectionState, namespaceSequenceNumbers: string)

Parameters
NameType
connectionNamestring
connectionStateConnectionState
namespaceSequenceNumbersstring
  • Thread safety: unsafe

Roblox17sEventReceived(eventData: Map)

Parameters
NameType
eventDataMap
  • Thread safety: unsafe

RobloxConnectionChanged(connectionName: string, connectionState: ConnectionState, sequenceNumber: string, namespaceSequenceNumbers: string)

Parameters
NameType
connectionNamestring
connectionStateConnectionState
sequenceNumberstring
namespaceSequenceNumbersstring
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

RobloxEventReceived(eventData: Map)

Parameters
NameType
eventDataMap
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Removed members

Properties

  • IsLuaBottomBarEnabled
  • IsLuaBottomBarWithText
  • IsLuaGamesPageEnabled
  • IsLuaHomePageEnabled
  • IsLuaHomeWithAvatarEnabled

External links[]

Advertisement