Uses of Enum
com.example.breeze_seas.NotificationType
-
Uses of NotificationType in com.example.breeze_seas
Methods in com.example.breeze_seas that return NotificationTypeModifier and TypeMethodDescriptionNotification.getType()static NotificationTypeReturns the enum constant of this type with the specified name.static NotificationType[]NotificationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.example.breeze_seas with parameters of type NotificationTypeConstructors in com.example.breeze_seas with parameters of type NotificationTypeModifierConstructorDescriptionNotification(NotificationType type, String content, com.google.firebase.Timestamp sentAt) Notification(NotificationType type, String content, String eventId, String eventName, String userId)