Home
last modified time | relevance | path

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

/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java32 public class NotificationsHandler extends ExportedModule implements NotificationListener { class
55 public NotificationsHandler(Context context) { in NotificationsHandler() method in NotificationsHandler
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java32 public class NotificationsHandler extends ExportedModule implements NotificationListener { class
55 public NotificationsHandler(Context context) { in NotificationsHandler() method in NotificationsHandler
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.java32 public class NotificationsHandler extends ExportedModule implements NotificationListener { class
55 public NotificationsHandler(Context context) { in NotificationsHandler() method in NotificationsHandler
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/handling/
H A DNotificationsHandler.kt41 open class NotificationsHandler : Module(), NotificationListener { class