Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DNotificationTrigger.java16 default String getNotificationChannel() { in getNotificationChannel() method
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java17 NotificationChannel getNotificationChannel(@NonNull String channelId); in getNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java60 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in AndroidXNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java17 NotificationChannel getNotificationChannel(@NonNull String channelId); in getNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java60 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in AndroidXNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java17 NotificationChannel getNotificationChannel(@NonNull String channelId); in getNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java60 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in AndroidXNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/channels/managers/
H A DNotificationsChannelManager.java17 NotificationChannel getNotificationChannel(@NonNull String channelId); in getNotificationChannel() method
H A DAndroidXNotificationsChannelManager.java60 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in AndroidXNotificationsChannelManager
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java34 public String getNotificationChannel() { in getNotificationChannel() method in ChannelAwareTrigger
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java34 public String getNotificationChannel() { in getNotificationChannel() method in ChannelAwareTrigger
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java34 public String getNotificationChannel() { in getNotificationChannel() method in ChannelAwareTrigger
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/triggers/
H A DChannelAwareTrigger.java34 public String getNotificationChannel() { in getNotificationChannel() method in ChannelAwareTrigger
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/triggers/
H A DFirebaseNotificationTrigger.java55 public String getNotificationChannel() { in getNotificationChannel() method in FirebaseNotificationTrigger
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java32 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in ScopedNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java32 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in ScopedNotificationsChannelManager
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java32 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in ScopedNotificationsChannelManager
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/channels/
H A DScopedNotificationsChannelManager.java32 public NotificationChannel getNotificationChannel(@NonNull String channelId) { in getNotificationChannel() method in ScopedNotificationsChannelManager
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationManager.kt117 fun getNotificationChannel( in getNotificationChannel() method