<p>Notifications are short bits of information about a certain action or process that are important to the user. There are multiple types of notifications users can receive.</p>
<br/>
<divclass="alert alert-primary"role="alert">
<h4class="alert-heading">Information</h4>
Display all notification types if possible and always display system messages as is.
</div>
<br/>
<tableclass="table table-bordered">
<tr>
<th>Type</th>
<td>Description</td>
<td>Connected Data</td>
<td>Example Wording</td>
</tr>
<tr>
<th>0</th>
<td>System Message</td>
<td>notificationData</td>
<td></td>
</tr>
<tr>
<th>1</th>
<td>New Review</td>
<td>connectedUser, connectedSong</td>
<td><strong>[user]</strong> reviewed your chart <strong>[title]</strong></td>
</tr>
<tr>
<th>2</th>
<td>New SpinPlay</td>
<td>connectedUser, connectedSong</td>
<td><strong>[user]</strong> added a SpinPlay to your chart <strong>[title]</strong></td>
</tr>
<tr>
<th>3</th>
<td>Received Card</td>
<td>connectedCard</td>
<td>You've received the profile card <strong>[title]</strong></td>
</tr>
</table>
</div>
<divclass="card"id="getNotifications">
<h2class="card-title">Get Notifications</h2>
<p>Returns all notifications of the connected user.</p>