Searched refs:fromJSONObjectString (Results 1 – 2 of 2) sorted by relevance
61 fun fromJSONObjectString(json: String?): ExponentNotification? { in fromJSONObjectString() method
469 val exponentNotification = ExponentNotification.fromJSONObjectString(notificationObject) in <lambda>()