NotificationService

Show Deprecated
Not Creatable
Service

An unfinished service that would allow you to schedule notifications. Currently goes unimplemented, and cannot be enabled.

Summary

Properties

READ ONLY
NOT REPLICATED
NOT REPLICATED

Methods

ActionEnabled(actionType: AppShellActionType): void  


ActionTaken(actionType: AppShellActionType): void  


CancelAllNotification(userId: number): void  

UNIMPLEMENTED.

CancelNotification(userId: number, alertId: number): void  

UNIMPLEMENTED.

ScheduleNotification(userId: number, alertId: number, alertMsg: string, minutesToFire: number): void  

UNIMPLEMENTED.

SwitchedToAppShellFeature(appShellFeature: AppShellFeature): void  



UNIMPLEMENTED.

Events

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


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


Properties

IsLuaGameDetailsEnabled

Read Only
Not Replicated
Roblox Script Security
Roblox Script Security

SelectedTheme

Not Replicated
Roblox Script Security
Roblox Script Security

Methods

ActionEnabled

void
Roblox Script Security

Parameters

actionType: AppShellActionType

Returns

void

ActionTaken

void
Roblox Script Security

Parameters

actionType: AppShellActionType

Returns

void

CancelAllNotification

void
Local User Security

UNIMPLEMENTED

Parameters

userId: number

Returns

void

CancelNotification

void
Local User Security

UNIMPLEMENTED

Parameters

userId: number
alertId: number

Returns

void

ScheduleNotification

void
Local User Security

UNIMPLEMENTED

Parameters

userId: number
alertId: number
alertMsg: string
minutesToFire: number

Returns

void

SwitchedToAppShellFeature

void
Roblox Script Security

Parameters

appShellFeature: AppShellFeature

Returns

void

GetScheduledNotifications

Yields
Local User Security

UNIMPLEMENTED

Parameters

userId: number

Returns

Events

Roblox17sConnectionChanged

Parameters

connectionName: string
connectionState: ConnectionState
namespaceSequenceNumbers: string

Roblox17sEventReceived

Parameters

eventData: table

RobloxConnectionChanged

Roblox Script Security

Parameters

connectionName: string
connectionState: ConnectionState
sequenceNumber: string
namespaceSequenceNumbers: string

RobloxEventReceived

Roblox Script Security

Parameters

eventData: table