Home
last modified time | relevance | path

Searched refs:handleUnreadNotifications (Results 1 – 4 of 4) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/headless/
H A DInternalHeadlessAppLoader.kt211 override fun handleUnreadNotifications(unreadNotifications: JSONArray) {} in handleUnreadNotifications() method in host.exp.exponent.headless.InternalHeadlessAppLoader
/expo/android/expoview/src/main/java/host/exp/expoview/
H A DExponent.kt316 fun handleUnreadNotifications(unreadNotifications: JSONArray) in <lambda>() method
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt657 override fun handleUnreadNotifications(unreadNotifications: JSONArray) { in <lambda>() method in host.exp.exponent.experience.ExperienceActivity
H A DReactNativeActivity.kt449 delegate.handleUnreadNotifications(unreadNotifications) in <lambda>()