Home
last modified time | relevance | path

Searched refs:experienceScopeKey (Results 1 – 22 of 22) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt11 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 DReceivedNotificationEvent.kt5 experienceScopeKey: String,
10 ) : ExponentNotification(experienceScopeKey, body, notificationId, isMultiple, isRemote)
H A DScopedExpoNotificationBuilder.kt39 val experienceScopeKey = requester.experienceScopeKeyString in setNotification() constant
41 val exponentDBObject = ExponentDB.experienceScopeKeyToExperienceSync(experienceScopeKey!!) in setNotification()
H A DNotificationHelper.kt365 …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 DExponentNotificationManager.kt35 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 DBaseSensorService.kt11 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 DBaseSensorService.kt11 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 DBaseSensorService.kt11 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 DBaseSensorService.kt11 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 DScopedNotificationRequest.kt18 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 DNotificationsModule.java104 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 DScopedNotificationsIdUtils.java35 …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 DNotificationsModule.java104 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 DScopedNotificationsIdUtils.java35 …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 DNotificationsModule.java104 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 DScopedNotificationsIdUtils.java35 …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 DNotificationsModule.java104 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 DScopedNotificationsIdUtils.java35 …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 DIntervalSchedulerModel.kt20 @Column(name = "experienceId") var experienceScopeKey: String? = null variable in host.exp.exponent.notifications.schedulers.IntervalSchedulerModel
40 get() = ExperienceKey(experienceScopeKey!!)
H A DCalendarSchedulerModel.kt23 @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 DKernel.kt475 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 DExperienceActivity.kt572 if (experienceKey != null && event.experienceScopeKey == experienceKey!!.scopeKey) { in <lambda>()