File "AndroidMessagePriority.php"
Full Path: /var/www/drive/laravel-notification-channels/fcm/src/Resources/AndroidMessagePriority.php
File size: 118 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace NotificationChannels\Fcm\Resources;
enum AndroidMessagePriority
{
case NORMAL;
case HIGH;
}