| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ExponentNotification.kt | 11 val experienceScopeKey: String, constant in host.exp.exponent.notifications.ExponentNotification 23 put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey) in toJSONObject() 26 experienceScopeKey in toJSONObject() 68 …val experienceScopeKey = jsonObject.getNullable(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOP… in fromJSONObjectString() constant 71 experienceScopeKey, in fromJSONObjectString()
|
| H A D | ReceivedNotificationEvent.kt | 5 experienceScopeKey: String, 10 ) : ExponentNotification(experienceScopeKey, body, notificationId, isMultiple, isRemote)
|
| H A D | ScopedExpoNotificationBuilder.kt | 39 val experienceScopeKey = requester.experienceScopeKeyString in setNotification() constant 41 val exponentDBObject = ExponentDB.experienceScopeKeyToExperienceSync(experienceScopeKey!!) in setNotification()
|
| H A D | NotificationHelper.kt | 365 …val experienceScopeKey = notificationScopeKey ?: (details[NotificationConstants.NOTIFICATION_EXPER… in showNotification() constant 368 experienceScopeKey, in showNotification() 377 …ener.onFailure(Exception("Couldn't deserialize JSON for experience scope key $experienceScopeKey")) in showNotification() 448 EXL.e(TAG, "No stored channel found for $experienceScopeKey: $channelId") in showNotification() 494 …ener.onFailure(Exception("Couldn't deserialize JSON for experience scope key $experienceScopeKey")) in showNotification() 498 …val notificationEvent = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = false… in showNotification() 520 …val notificationEventInner = ReceivedNotificationEvent(experienceScopeKey, body, id, isMultiple = … in showNotification() 555 …r.onFailure(Exception("No experience found or invalid manifest for scope key $experienceScopeKey")) in showNotification()
|
| H A D | ExponentNotificationManager.kt | 35 val experienceScopeKey = manifest.getScopeKey() in maybeCreateNotificationChannelGroup() constant 36 if (!notificationChannelGroupIds.contains(experienceScopeKey)) { in maybeCreateNotificationChannelGroup() 38 val channelName = name ?: experienceScopeKey in maybeCreateNotificationChannelGroup() 39 val group = NotificationChannelGroup(experienceScopeKey, channelName) in maybeCreateNotificationChannelGroup() 41 notificationChannelGroupIds.add(experienceScopeKey) in maybeCreateNotificationChannelGroup()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/sensors/ |
| H A D | BaseSensorService.kt | 11 abstract class BaseSensorService(protected val experienceScopeKey: ExperienceKey) { constant in abi47_0_0.host.exp.exponent.modules.universal.sensors.BaseSensorService 20 experienceScopeKey, in createSubscriptionForListener()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/sensors/ |
| H A D | BaseSensorService.kt | 11 abstract class BaseSensorService(protected val experienceScopeKey: ExperienceKey) { constant in abi49_0_0.host.exp.exponent.modules.universal.sensors.BaseSensorService 20 experienceScopeKey, in createSubscriptionForListener()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/sensors/ |
| H A D | BaseSensorService.kt | 11 abstract class BaseSensorService(protected val experienceScopeKey: ExperienceKey) { constant in abi48_0_0.host.exp.exponent.modules.universal.sensors.BaseSensorService 20 experienceScopeKey, in createSubscriptionForListener()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/sensors/ |
| H A D | BaseSensorService.kt | 11 abstract class BaseSensorService(protected val experienceScopeKey: ExperienceKey) { constant in versioned.host.exp.exponent.modules.universal.sensors.BaseSensorService 20 experienceScopeKey, in createSubscriptionForListener()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/model/ |
| H A D | ScopedNotificationRequest.kt | 18 experienceScopeKey: String? 20 experienceScopeKeyString = experienceScopeKey
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached() local 105 return experienceScopeKey + ":" + categoryId; in getScopedIdIfNotDetached() 359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer() local 360 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithTimer() 361 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, experienceScopeKey); in scheduleNotificationWithTimer() 364 intervalSchedulerModel.setExperienceScopeKey(experienceScopeKey); in scheduleNotificationWithTimer() 397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar() local 398 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithCalendar() 399 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, experienceScopeKey); in scheduleNotificationWithCalendar() 404 calendarSchedulerModel.setExperienceScopeKey(experienceScopeKey); in scheduleNotificationWithCalendar()
|
| H A D | ScopedNotificationsIdUtils.java | 35 …public static String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String ca… in getScopedCategoryIdRaw() argument 36 return SCOPED_CATEGORY_TAG + SEPARATOR + experienceScopeKey + SEPARATOR + categoryId; in getScopedCategoryIdRaw()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached() local 105 return experienceScopeKey + ":" + categoryId; in getScopedIdIfNotDetached() 359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer() local 360 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithTimer() 361 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, experienceScopeKey); in scheduleNotificationWithTimer() 364 intervalSchedulerModel.setExperienceScopeKey(experienceScopeKey); in scheduleNotificationWithTimer() 397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar() local 398 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithCalendar() 399 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, experienceScopeKey); in scheduleNotificationWithCalendar() 404 calendarSchedulerModel.setExperienceScopeKey(experienceScopeKey); in scheduleNotificationWithCalendar()
|
| H A D | ScopedNotificationsIdUtils.java | 35 …public static String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String ca… in getScopedCategoryIdRaw() argument 36 return SCOPED_CATEGORY_TAG + SEPARATOR + experienceScopeKey + SEPARATOR + categoryId; in getScopedCategoryIdRaw()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached() local 105 return experienceScopeKey + ":" + categoryId; in getScopedIdIfNotDetached() 359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer() local 360 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithTimer() 361 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, experienceScopeKey); in scheduleNotificationWithTimer() 364 intervalSchedulerModel.setExperienceScopeKey(experienceScopeKey); in scheduleNotificationWithTimer() 397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar() local 398 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithCalendar() 399 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, experienceScopeKey); in scheduleNotificationWithCalendar() 404 calendarSchedulerModel.setExperienceScopeKey(experienceScopeKey); in scheduleNotificationWithCalendar()
|
| H A D | ScopedNotificationsIdUtils.java | 35 …public static String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String ca… in getScopedCategoryIdRaw() argument 36 return SCOPED_CATEGORY_TAG + SEPARATOR + experienceScopeKey + SEPARATOR + categoryId; in getScopedCategoryIdRaw()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/ |
| H A D | NotificationsModule.java | 104 String experienceScopeKey = mExperienceKey.getScopeKey(); in getScopedIdIfNotDetached() local 105 return experienceScopeKey + ":" + categoryId; in getScopedIdIfNotDetached() 359 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithTimer() local 360 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithTimer() 361 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, experienceScopeKey); in scheduleNotificationWithTimer() 364 intervalSchedulerModel.setExperienceScopeKey(experienceScopeKey); in scheduleNotificationWithTimer() 397 String experienceScopeKey = mExperienceKey.getScopeKey(); in scheduleNotificationWithCalendar() local 398 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_ID_KEY, experienceScopeKey); in scheduleNotificationWithCalendar() 399 details.put(NotificationConstants.NOTIFICATION_EXPERIENCE_SCOPE_KEY_KEY, experienceScopeKey); in scheduleNotificationWithCalendar() 404 calendarSchedulerModel.setExperienceScopeKey(experienceScopeKey); in scheduleNotificationWithCalendar()
|
| H A D | ScopedNotificationsIdUtils.java | 35 …public static String getScopedCategoryIdRaw(@NonNull String experienceScopeKey, @NonNull String ca… in getScopedCategoryIdRaw() argument 36 return SCOPED_CATEGORY_TAG + SEPARATOR + experienceScopeKey + SEPARATOR + categoryId; in getScopedCategoryIdRaw()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/schedulers/ |
| H A D | IntervalSchedulerModel.kt | 20 @Column(name = "experienceId") var experienceScopeKey: String? = null variable in host.exp.exponent.notifications.schedulers.IntervalSchedulerModel 40 get() = ExperienceKey(experienceScopeKey!!)
|
| H A D | CalendarSchedulerModel.kt | 23 @Column(name = "experienceId") var experienceScopeKey: String? = null variable in host.exp.exponent.notifications.schedulers.CalendarSchedulerModel 31 get() = ExperienceKey(experienceScopeKey!!)
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | Kernel.kt | 475 val experienceKey = ExperienceKey(exponentNotification.experienceScopeKey) in <lambda>() 530 … val experienceScopeKey = ScopedNotificationsUtils.getExperienceScopeKey(response) ?: return false in <lambda>() constant 532 val exponentDBObjectInner = ExponentDB.experienceScopeKeyToExperienceSync(experienceScopeKey) in <lambda>() 534 Log.w("expo-notifications", "Couldn't find experience from scopeKey: $experienceScopeKey") in <lambda>() 538 … Log.w("expo-notifications", "Couldn't deserialize experience from scopeKey: $experienceScopeKey") in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/experience/ |
| H A D | ExperienceActivity.kt | 572 if (experienceKey != null && event.experienceScopeKey == experienceKey!!.scopeKey) { in <lambda>()
|