Home
last modified time | relevance | path

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

/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java30 public class NotificationChannelManagerModule extends ExportedModule { class
36 public NotificationChannelManagerModule(Context context) { in NotificationChannelManagerModule() method in NotificationChannelManagerModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java30 public class NotificationChannelManagerModule extends ExportedModule { class
36 public NotificationChannelManagerModule(Context context) { in NotificationChannelManagerModule() method in NotificationChannelManagerModule
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.java30 public class NotificationChannelManagerModule extends ExportedModule { class
36 public NotificationChannelManagerModule(Context context) { in NotificationChannelManagerModule() method in NotificationChannelManagerModule
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/
H A DNotificationChannelManagerModule.kt18 open class NotificationChannelManagerModule : Module() { in <lambda>() class