Searched refs:unreadNotifications (Results 1 – 5 of 5) sorted by relevance
10 fun removeNotifications(context: Context, unreadNotifications: JSONArray?) { in removeNotifications()11 if (unreadNotifications == null) { in removeNotifications()16 for (i in 0 until unreadNotifications.length()) { in removeNotifications()19 (unreadNotifications[i] as JSONObject).getString( in removeNotifications()
657 override fun handleUnreadNotifications(unreadNotifications: JSONArray) { in <lambda>()658 PushNotificationHelper.instance.removeNotifications(this, unreadNotifications) in <lambda>()
447 val unreadNotifications = in <lambda>() constant449 delegate.handleUnreadNotifications(unreadNotifications) in <lambda>()
211 override fun handleUnreadNotifications(unreadNotifications: JSONArray) {} in handleUnreadNotifications()
316 fun handleUnreadNotifications(unreadNotifications: JSONArray) in <lambda>()