Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernelConstants.kt51 val notificationObject: ExponentNotification? constant in host.exp.exponent.kernel.KernelConstants.ExperienceOptions
57 this.notificationObject = null
64 notificationObject: ExponentNotification?
69 this.notificationObject = notificationObject
H A DKernel.kt466 val notificationObject = bundle.getString(KernelConstants.NOTIFICATION_OBJECT_KEY) in <lambda>() constant
469 val exponentNotification = ExponentNotification.fromJSONObjectString(notificationObject) in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt493 var notificationObject: ExponentNotification? = null in <lambda>() variable
503 notificationObject = options.notificationObject in <lambda>()
524 notification = notificationObject in <lambda>()
528 tempNotification = notificationObject in <lambda>()
599 …if ((options.notification != null || options.notificationObject != null) && detachSdkVersion != nu… in <lambda>()
608 options.notificationObject!!.toWriteableMap(detachSdkVersion, "selected") in <lambda>()