Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernel.kt469 val exponentNotification = ExponentNotification.fromJSONObjectString(notificationObject) in <lambda>() constant
470 if (exponentNotification != null) { in <lambda>()
473exponentNotification.actionType = bundle.getString(KernelConstants.NOTIFICATION_ACTION_TYPE_KEY) in <lambda>()
475 val experienceKey = ExperienceKey(exponentNotification.experienceScopeKey) in <lambda>()
476 manager.cancel(experienceKey, exponentNotification.notificationId) in <lambda>()
481exponentNotification.inputText = remoteInput.getString(NotificationActionCenter.KEY_TEXT_REPLY) in <lambda>()
489 exponentNotification in <lambda>()