createNotification

fun createNotification(@StringRes titleResourceId: Int, @StringRes contentResourceId: Int, @DrawableRes iconResourceId: Int): Notification
fun createNotification(title: String, content: String? = null, @DrawableRes iconResourceId: Int): Notification