//sorisdk/com.iplateia.sorisdk/SORIAudioRecognizer/NotificationProvider/build
build
[androidJvm]
abstract fun build(builder: NotificationCompat.Builder): Notification
Complete the notification with the given builder.
Return
The created Notification.
Parameters
androidJvm
builder | The NotificationCompat.Builder used to create the notification. |