Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID_KEY (Results 1 – 6 of 6) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt33 put(NotificationConstants.NOTIFICATION_ID_KEY, notificationId) in toJSONObject()
49 call("putInt", NotificationConstants.NOTIFICATION_ID_KEY, notificationId) in toWriteableMap()
73 jsonObject.getInt(NotificationConstants.NOTIFICATION_ID_KEY), in fromJSONObjectString()
H A DNotificationConstants.kt10 const val NOTIFICATION_ID_KEY = "notificationId" constant
H A DPushNotificationHelper.kt20 NotificationConstants.NOTIFICATION_ID_KEY in removeNotifications()
H A DScheduledNotificationReceiver.kt22 val notificationId = bundle.getInt(KernelConstants.NOTIFICATION_ID_KEY, 0) in onReceive()
H A DExponentNotificationManager.kt218 putExtra(KernelConstants.NOTIFICATION_ID_KEY, id) in schedule()
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernelConstants.kt35 const val NOTIFICATION_ID_KEY = "notification_id" constant