FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Internal.Notifications.Notification Class Reference
Inheritance diagram for FMAR.Internal.Notifications.Notification:

Public Member Functions

 Notification ()
 
 Notification (string body, string blurb="", UrgencyLevel urgencyLevel=UrgencyLevel.Neutral, string link="", bool triggerAudiovisualCues=true)
 
void NetworkSerialize< T > (BufferSerializer< T > serializer)
 

Public Attributes

string blurb
 
string body
 
UrgencyLevel urgencyLevel
 
bool triggerAudiovisualCues
 
string link
 
bool seen
 

Constructor & Destructor Documentation

◆ Notification() [1/2]

FMAR.Internal.Notifications.Notification.Notification ( )
inline

◆ Notification() [2/2]

FMAR.Internal.Notifications.Notification.Notification ( string body,
string blurb = "",
UrgencyLevel urgencyLevel = UrgencyLevel::Neutral,
string link = "",
bool triggerAudiovisualCues = true )
inline

Member Function Documentation

◆ NetworkSerialize< T >()

void FMAR.Internal.Notifications.Notification.NetworkSerialize< T > ( BufferSerializer< T > serializer)
inline
Type Constraints
T :IReaderWriter 

Member Data Documentation

◆ blurb

string FMAR.Internal.Notifications.Notification.blurb

◆ body

string FMAR.Internal.Notifications.Notification.body

◆ link

string FMAR.Internal.Notifications.Notification.link

◆ seen

bool FMAR.Internal.Notifications.Notification.seen

◆ triggerAudiovisualCues

bool FMAR.Internal.Notifications.Notification.triggerAudiovisualCues

◆ urgencyLevel

UrgencyLevel FMAR.Internal.Notifications.Notification.urgencyLevel

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