Searched refs:ExponentNotificationManager (Results 1 – 10 of 10) sorted by relevance
6 import host.exp.exponent.notifications.ExponentNotificationManager61 private val manager: ExponentNotificationManager62 get() = ExponentNotificationManager(applicationContext!!)
13 …private val exponentNotificationManager: ExponentNotificationManager = ExponentNotificationManager…
224 ExponentNotificationManager(context).saveChannelSettings(experienceKey, channelId, details) in createChannel()294 ExponentNotificationManager.getScopedChannelId(experienceKey, channelId), in createChannel()324 ExponentNotificationManager(context).createNotificationChannel(experienceKey, channel) in createChannel()336 …val existingChannel = ExponentNotificationManager(context).getNotificationChannel(experienceKey, c… in maybeCreateLegacyStoredChannel()350 ExponentNotificationManager(context!!).deleteNotificationChannel(experienceKey!!, channelId!!) in deleteChannel()363 val manager = ExponentNotificationManager(context) in showNotification()383 ExponentNotificationManager.getScopedChannelId( in showNotification()396 ExponentNotificationManager.getScopedChannelId( in showNotification()596 val manager = ExponentNotificationManager(context!!) in scheduleLocalNotification()
23 class ExponentNotificationManager(private val context: Context) { class274 private val TAG = ExponentNotificationManager::class.java.simpleName290 NativeModuleDepsProvider.instance.inject(ExponentNotificationManager::class.java, this)
30 import host.exp.exponent.notifications.ExponentNotificationManager;297 …ExponentNotificationManager manager = new ExponentNotificationManager(getReactApplicationContext()… in dismissNotification()304 …ExponentNotificationManager manager = new ExponentNotificationManager(getReactApplicationContext()… in dismissAllNotifications()312 …ExponentNotificationManager manager = new ExponentNotificationManager(getReactApplicationContext()… in cancelScheduledNotificationAsync()335 …ExponentNotificationManager manager = new ExponentNotificationManager(getReactApplicationContext()… in cancelAllScheduledNotificationsAsync()
438 ExponentNotificationManager(this).maybeCreateNotificationChannelGroup(this.manifest!!) in <lambda>()704 ExponentNotificationManager(this).maybeCreateExpoPersistentNotificationChannel() in <lambda>()
54 import host.exp.exponent.notifications.ExponentNotificationManager in <lambda>()474 val manager = ExponentNotificationManager(context) in <lambda>()