Searched refs:foreignNotification (Results 1 – 5 of 5) sorted by relevance
29 …val foreignNotification = ExpoPresentationDelegate.parseNotificationIdentifier(notificationRequest… in shouldHandleNotification() constant30 if (foreignNotification != null) { in shouldHandleNotification()31 val foreignNotificationExperienceScopeKey = foreignNotification.first in shouldHandleNotification()33 …nager.getAllNotificationsIds(foreignNotificationExperienceKey).contains(foreignNotification.second) in shouldHandleNotification()35 …entNotification = foreignNotificationExperienceScopeKey == null && foreignNotification.second == E… in shouldHandleNotification()
122 val foreignNotification = parseNotificationIdentifier(identifier) in <lambda>() constant123 if (foreignNotification != null) { in <lambda>()125 …NotificationManagerCompat.from(context).cancel(foreignNotification.first, foreignNotification.seco… in <lambda>()
128 val foreignNotification = parseNotificationIdentifier(identifier) in <lambda>() constant129 if (foreignNotification != null) { in <lambda>()131 …NotificationManagerCompat.from(context).cancel(foreignNotification.first, foreignNotification.seco… in <lambda>()