Home
last modified time | relevance | path

Searched defs:notificationIntent (Results 1 – 1 of 1) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationManager.kt215 val notificationIntent = Intent(context, ScheduledNotificationReceiver::class.java).apply { in schedule() constant
245 val notificationIntent = Intent(context, ScheduledNotificationReceiver::class.java).apply { in cancelScheduled() constant