Searched refs:notificationObject (Results 1 – 3 of 3) sorted by relevance
51 val notificationObject: ExponentNotification? constant in host.exp.exponent.kernel.KernelConstants.ExperienceOptions57 this.notificationObject = null64 notificationObject: ExponentNotification?69 this.notificationObject = notificationObject
466 val notificationObject = bundle.getString(KernelConstants.NOTIFICATION_OBJECT_KEY) in <lambda>() constant469 val exponentNotification = ExponentNotification.fromJSONObjectString(notificationObject) in <lambda>()
493 var notificationObject: ExponentNotification? = null in <lambda>() variable503 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>()