notificationType property

NotificationType notificationType
final

The type of the notification, will be set automatically on every constructor possible values

{
SUCCESS,
ERROR,
INFO,
CUSTOM
}

Implementation

final NotificationType notificationType;