AnnotationAssistanceResponse
class AnnotationAssistanceResponse extends InAppNotification implements ShouldQueue
Traits
Queueable
Constants
TYPE_DANGER |
Danger notification type. |
TYPE_WARNING |
Warning notification type. |
TYPE_SUCCESS |
Success notification type. |
TYPE_INFO |
Info notification type. |
Properties
protected string | $title | Title of the notification. |
from InAppNotification |
protected string | $message | Message (body) of the notification. |
from InAppNotification |
protected string | $type | Notification type. |
from InAppNotification |
protected string | $action | Label of the action link. |
from InAppNotification |
protected string | $actionLink | Action link (URL). |
from InAppNotification |
Methods
void
array
toArray(mixed $notifiable)
Get the array representation of the notification.
from
InAppNotification
Details
at line 16
void
__construct(AnnotationAssistanceRequest $request)
Create a new notification instance.
in
InAppNotification at line 103
array
via(mixed $notifiable)
Get the notification's delivery channels.
in
InAppNotification at line 114
array
toArray(mixed $notifiable)
Get the array representation of the notification.