This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Property Type History
IsLuaChatEnabled bool (+0.349)
IsLuaGamesPageEnabled bool (+0.346)
IsLuaHomePageEnabled bool (+0.346)

Functions

Returns Function History
void ActionEnabled ( AppShellActionType actionType ) (+0.327)
void ActionTaken ( AppShellActionType actionType ) (+0.327)
void CancelAllNotification ( int64 userId )
void CancelNotification ( int64 userId, int alertId )
bool IsLuaGamesPageEnabled ( ) (+0.345, −0.346)
bool IsLuaHomePageEnabled ( ) (+0.345, −0.346)
void ScheduleNotification ( int64 userId, int alertId, string alertMsg, int minutesToFire )

YieldFunctions

Returns YieldFunction
Array GetScheduledNotifications ( int64 userId )
  • 1 yieldfunction inherited from Instance

Events

Event History
RobloxConnectionChanged ( string connectionName, ConnectionState connectionState, string sequenceNumber ) (+0.290)
RobloxEventReceived ( Map eventData ) (+0.287)

Property Descriptions

bool NotificationService.IsLuaChatEnabled

Version History:(+0.349)

Tags: RobloxScriptSecurity, readonly

bool NotificationService.IsLuaGamesPageEnabled

Version History:(+0.346)

Tags: RobloxScriptSecurity, readonly

bool NotificationService.IsLuaHomePageEnabled

Version History:(+0.346)

Tags: RobloxScriptSecurity, readonly

Function Descriptions

voidNotificationService.ActionEnabled ( AppShellActionType actionType )

Version History:(+0.327)

Tags: RobloxScriptSecurity

voidNotificationService.ActionTaken ( AppShellActionType actionType )

Version History:(+0.327)

Tags: RobloxScriptSecurity

voidNotificationService.CancelAllNotification ( int64 userId )

Tags: LocalUserSecurity

voidNotificationService.CancelNotification ( int64 userId, int alertId )

Tags: LocalUserSecurity

boolNotificationService.IsLuaGamesPageEnabled ( )

Version History:(+0.345, −0.346)

Tags: RobloxScriptSecurity

boolNotificationService.IsLuaHomePageEnabled ( )

Version History:(+0.345, −0.346)

Tags: RobloxScriptSecurity

voidNotificationService.ScheduleNotification ( int64 userId, int alertId, string alertMsg, int minutesToFire )

Tags: LocalUserSecurity

YieldFunction Descriptions

ArrayNotificationService.GetScheduledNotifications ( int64 userId )

Tags: LocalUserSecurity

Event Descriptions

NotificationService.RobloxConnectionChanged ( string connectionName, ConnectionState connectionState, string sequenceNumber )

Version History:(+0.290)

Tags: RobloxScriptSecurity

NotificationService.RobloxEventReceived ( Map eventData )

Version History:(+0.287)

Tags: RobloxScriptSecurity

Inherits: