createProgressNotification
open override fun createProgressNotification(title: String, body: String?, block: NotificationCompat.Builder.() -> Unit = {}): Notification(source)
Creates the SDAI value produced by createProgressNotification.
Return
Result produced by createProgressNotification.
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.