Home
last modified time | relevance | path

Searched refs:NOTIFICATION_OBJECT_KEY (Results 1 – 5 of 5) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScheduledNotificationReceiver.kt21 … val details = bundle!!.getSerializable(KernelConstants.NOTIFICATION_OBJECT_KEY) as HashMap<*, *>? in onReceive()
H A DNotificationHelper.kt501 …intent.putExtra(KernelConstants.NOTIFICATION_OBJECT_KEY, notificationEvent.toJSONObject(null).toSt… in showNotification()
522 …putExtra(KernelConstants.NOTIFICATION_OBJECT_KEY, notificationEventInner.toJSONObject(null).toStri… in showNotification()
H A DExponentNotificationManager.kt219 putExtra(KernelConstants.NOTIFICATION_OBJECT_KEY, details) in schedule()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernelConstants.kt36 const val NOTIFICATION_OBJECT_KEY = "notification_object" constant
H A DKernel.kt466 val notificationObject = bundle.getString(KernelConstants.NOTIFICATION_OBJECT_KEY) in <lambda>()