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