Uses of Class
com.example.breeze_seas.Notification
-
Uses of Notification in com.example.breeze_seas
Methods in com.example.breeze_seas with parameters of type NotificationModifier and TypeMethodDescriptionNotificationService.buildNotificationData(Notification notification) Builds the shared Firestore payload used for notification documents.voidNotificationEntryAdapter.OnNotificationClickListener.onNotificationClick(Notification notification) com.google.android.gms.tasks.Task<Void> NotificationService.sendNotification(Notification notification) Writes the notification to the database.com.google.android.gms.tasks.Task<Void> NotificationService.sendNotification(Notification notification, com.google.firebase.firestore.DocumentReference documentReference) Writes the notification to a caller-provided document reference.Method parameters in com.example.breeze_seas with type arguments of type NotificationModifier and TypeMethodDescriptionvoidNotificationService.OnNotificationLoadedListener.onNotificationLoaded(List<Notification> notifications) Constructor parameters in com.example.breeze_seas with type arguments of type NotificationModifierConstructorDescriptionAdminBrowseLogsAdapter(List<Notification> logList) Constructor for the adapterNotificationEntryAdapter(List<Notification> notificationList, NotificationEntryAdapter.OnNotificationClickListener listener)