Public Member Functions | List of all members
Office.Scripts.NotificationCanvas Class Reference

Shows a notification on screen with custom text passed to the component. More...

Inheritance diagram for Office.Scripts.NotificationCanvas:

Public Member Functions

void Notify (string text)
 Create a notification from a given text, this will fade out after 3 seconds. More...
 
void CreatePendingNotification (string text)
 Create a delayed notification for the next instanced notification component (e.g.: to reload a scene). More...
 

Detailed Description

Shows a notification on screen with custom text passed to the component.

Member Function Documentation

void Office.Scripts.NotificationCanvas.CreatePendingNotification ( string  text)
inline

Create a delayed notification for the next instanced notification component (e.g.: to reload a scene).

Parameters
textThe notification text.
void Office.Scripts.NotificationCanvas.Notify ( string  text)
inline

Create a notification from a given text, this will fade out after 3 seconds.

Parameters
textThe notification text.

The documentation for this class was generated from the following file: