| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/background/ |
| H A D | BackgroundRemoteNotificationTaskConsumer.java | 34 private static final String NOTIFICATION_KEY = "notification"; field in BackgroundRemoteNotificationTaskConsumer 67 data.putString(NOTIFICATION_KEY, bundleToJson(bundle).toString()); in scheduleJob() 82 bundle.putBundle(NOTIFICATION_KEY, jsonStringToBundle(item.getString(NOTIFICATION_KEY))); in didExecuteJob()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/background/ |
| H A D | BackgroundRemoteNotificationTaskConsumer.java | 34 private static final String NOTIFICATION_KEY = "notification"; field in BackgroundRemoteNotificationTaskConsumer 67 data.putString(NOTIFICATION_KEY, bundleToJson(bundle).toString()); in scheduleJob() 82 bundle.putBundle(NOTIFICATION_KEY, jsonStringToBundle(item.getString(NOTIFICATION_KEY))); in didExecuteJob()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/background/ |
| H A D | BackgroundRemoteNotificationTaskConsumer.java | 34 private static final String NOTIFICATION_KEY = "notification"; field in BackgroundRemoteNotificationTaskConsumer 67 data.putString(NOTIFICATION_KEY, bundleToJson(bundle).toString()); in scheduleJob() 82 bundle.putBundle(NOTIFICATION_KEY, jsonStringToBundle(item.getString(NOTIFICATION_KEY))); in didExecuteJob()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/background/ |
| H A D | BackgroundRemoteNotificationTaskConsumer.java | 34 private static final String NOTIFICATION_KEY = "notification"; field in BackgroundRemoteNotificationTaskConsumer 67 data.putString(NOTIFICATION_KEY, bundleToJson(bundle).toString()); in scheduleJob() 82 bundle.putBundle(NOTIFICATION_KEY, jsonStringToBundle(item.getString(NOTIFICATION_KEY))); in didExecuteJob()
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/ |
| H A D | NotificationsService.kt | 65 const val NOTIFICATION_KEY = "notification" in <lambda>() constant 109 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 129 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 449 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 477 val notification = extras?.getParcelable<Notification>(NOTIFICATION_KEY) in <lambda>() 495 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 502 … intent.getParcelableExtra<Notification>(NOTIFICATION_KEY) ?: throw IllegalArgumentException("$NOT… in <lambda>() 662 intent.extras?.getParcelable(NOTIFICATION_KEY)!!, in <lambda>() 690 intent.getParcelableExtra(NOTIFICATION_KEY)!! in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/service/ |
| H A D | NotificationsService.kt | 65 const val NOTIFICATION_KEY = "notification" in <lambda>() constant 109 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 129 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 449 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 477 val notification = extras?.getParcelable<Notification>(NOTIFICATION_KEY) in <lambda>() 495 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 502 … intent.getParcelableExtra<Notification>(NOTIFICATION_KEY) ?: throw IllegalArgumentException("$NOT… in <lambda>() 661 intent.extras?.getParcelable(NOTIFICATION_KEY)!!, in <lambda>() 689 intent.getParcelableExtra(NOTIFICATION_KEY)!! in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/service/ |
| H A D | NotificationsService.kt | 65 const val NOTIFICATION_KEY = "notification" in <lambda>() constant 109 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 129 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 449 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 477 val notification = extras?.getParcelable<Notification>(NOTIFICATION_KEY) in <lambda>() 495 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 502 … intent.getParcelableExtra<Notification>(NOTIFICATION_KEY) ?: throw IllegalArgumentException("$NOT… in <lambda>() 661 intent.extras?.getParcelable(NOTIFICATION_KEY)!!, in <lambda>() 689 intent.getParcelableExtra(NOTIFICATION_KEY)!! in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/service/ |
| H A D | NotificationsService.kt | 65 const val NOTIFICATION_KEY = "notification" in <lambda>() constant 109 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 129 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 449 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 477 val notification = extras?.getParcelable<Notification>(NOTIFICATION_KEY) in <lambda>() 495 intent.putExtra(NOTIFICATION_KEY, notification) in <lambda>() 502 … intent.getParcelableExtra<Notification>(NOTIFICATION_KEY) ?: throw IllegalArgumentException("$NOT… in <lambda>() 661 intent.extras?.getParcelable(NOTIFICATION_KEY)!!, in <lambda>() 689 intent.getParcelableExtra(NOTIFICATION_KEY)!! in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/kernel/ |
| H A D | KernelConstants.kt | 34 const val NOTIFICATION_KEY = "notification" constant
|
| H A D | Kernel.kt | 465 val notification = bundle.getString(KernelConstants.NOTIFICATION_KEY) // deprecated in <lambda>()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | NotificationHelper.kt | 500 intent.putExtra(KernelConstants.NOTIFICATION_KEY, body) // deprecated in showNotification() 521 putExtra(KernelConstants.NOTIFICATION_KEY, body) // deprecated in showNotification()
|