@NonNull abstract fun setupNotificationBuilder(@NonNull context: Context, @NonNull notificationMessage: NotificationMessage): Builder
Provide the Notification Builder to be used when displaying a notification message.
context
- Context: The context to use when creating the builder
notificationMessage
- NotificationMessage: The message that the notification will represent
Return
Builder: