File "NotificationPriority.php"

Full Path: /var/www/drive/laravel-notification-channels/fcm/src/Resources/NotificationPriority.php
File size: 235 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace NotificationChannels\Fcm\Resources;

enum NotificationPriority
{
    case PRIORITY_UNSPECIFIED;
    case PRIORITY_MIN;
    case PRIORITY_LOW;
    case PRIORITY_DEFAULT;
    case PRIORITY_HIGH;
    case PRIORITY_MAX;
}