ServiceNotificationConfig

open fun ServiceNotificationConfig(    @Nullable title: String,     @Nullable body: String,     @DrawableRes smallIconResId: Int,     @DrawableRes bigIconResId: Int,     @Nullable ignored: PendingIntent)