createNotification
abstract fun createNotification(title: UiText, body: UiText?, block: NotificationCompat.Builder.() -> Unit = {}): Notification(source)
abstract fun createNotification(title: String, body: String?, block: NotificationCompat.Builder.() -> Unit = {}): Notification(source)
Creates the SDAI value produced by createNotification.
Return
Result produced by createNotification.
Author
Dmitriy Moroz
Parameters
title
title value consumed by the API.
body
body value consumed by the API.
block
block value consumed by the API.