Home
last modified time | relevance | path

Searched refs:NOTIFICATION_EXPERIENCE_ID_KEY (Results 1 – 7 of 7) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationConstants.kt6 const val NOTIFICATION_EXPERIENCE_ID_KEY = "experienceId" constant
H A DExponentNotification.kt23 put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey) in toJSONObject()
69 ?: jsonObject.getString(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY) in fromJSONObjectString()
H A DNotificationHelper.kt365 …Key = notificationScopeKey ?: (details[NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY] as St… in showNotification()
571 NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY to experienceKey.scopeKey, in scheduleLocalNotification()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java217 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
360 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithTimer()
398 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithCalendar()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java217 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
360 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithTimer()
398 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithCalendar()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java217 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
360 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithTimer()
398 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithCalendar()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java217 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, mExperienceKey.getScopeKey()); in presentLocalNotificationWithChannel()
360 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithTimer()
398 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithCalendar()