Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernelConstants.kt6 import host.exp.exponent.notifications.ExponentNotification
51 val notificationObject: ExponentNotification?
64 notificationObject: ExponentNotification?
H A DKernel.kt53 import host.exp.exponent.notifications.ExponentNotification in <lambda>()
469 val exponentNotification = ExponentNotification.fromJSONObjectString(notificationObject) in <lambda>()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotification.kt10 open class ExponentNotification( class
59 private val TAG = ExponentNotification::class.java.simpleName
61 fun fromJSONObjectString(json: String?): ExponentNotification? { in fromJSONObjectString()
70 ExponentNotification( in fromJSONObjectString()
H A DReceivedNotificationEvent.kt10 ) : ExponentNotification(experienceScopeKey, body, notificationId, isMultiple, isRemote)
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt76 private var notification: ExponentNotification? = null in <lambda>()
77 private var tempNotification: ExponentNotification? = null in <lambda>()
493 var notificationObject: ExponentNotification? = null in <lambda>()
H A DReactNativeActivity.kt38 import host.exp.exponent.notifications.ExponentNotification in <lambda>()
354 notification: ExponentNotification?, in <lambda>()