fromJson

@JvmStatic
fun fromJson(jsonObject: JSONObject?): NotificationMessage?

Creates a NotificationMessage object from a JSONObject.

Return

A NotificationMessage object, or null if the JSONObject is null or missing required fields

Parameters

jsonObject

The JSONObject representation of the notification message