Searched refs:pendingIntentListeners (Results 1 – 1 of 1) sorted by relevance
19 private val pendingIntentListeners = mutableListOf<DevLauncherPendingIntentListener>() constant in expo.modules.devlauncher.launcher.DevLauncherIntentRegistry22 pendingIntentListeners.forEach { in newValue()29 pendingIntentListeners.add(listener) in subscribe()33 pendingIntentListeners.remove(listener) in unsubscribe()