makeStatusNotification

fun makeStatusNotification(id: Int, title: String, message: String, context: Context)

Creates and displays a status notification with the given parameters.

Parameters

id

The unique identifier for the notification.

title

The title of the notification.

message

The content text of the notification.

context

The context in which the notification will be displayed.