Home
last modified time | relevance | path

Searched refs:removeNotifications (Results 1 – 2 of 2) 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() method
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt658 PushNotificationHelper.instance.removeNotifications(this, unreadNotifications) in <lambda>()