Home
last modified time | relevance | path

Searched refs:unreadNotifications (Results 1 – 5 of 5) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DPushNotificationHelper.kt10 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()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt657 override fun handleUnreadNotifications(unreadNotifications: JSONArray) { in <lambda>()
658 PushNotificationHelper.instance.removeNotifications(this, unreadNotifications) in <lambda>()
H A DReactNativeActivity.kt447 val unreadNotifications = in <lambda>() constant
449 delegate.handleUnreadNotifications(unreadNotifications) in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt211 override fun handleUnreadNotifications(unreadNotifications: JSONArray) {} in handleUnreadNotifications()
/expo/android/expoview/src/main/java/host/exp/expoview/
H A DExponent.kt316 fun handleUnreadNotifications(unreadNotifications: JSONArray) in <lambda>()