Home
last modified time | relevance | path

Searched refs:NotificationBuilder (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java5 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
14 public abstract class BaseNotificationBuilder implements NotificationBuilder {
24 public NotificationBuilder setNotification(Notification notification) { in setNotification()
30 public NotificationBuilder setAllowedBehavior(NotificationBehavior behavior) { in setAllowedBehavior()
H A DExpoNotificationBuilder.java19 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java5 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
14 public abstract class BaseNotificationBuilder implements NotificationBuilder {
24 public NotificationBuilder setNotification(Notification notification) { in setNotification()
30 public NotificationBuilder setAllowedBehavior(NotificationBehavior behavior) { in setAllowedBehavior()
H A DExpoNotificationBuilder.java19 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java5 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
14 public abstract class BaseNotificationBuilder implements NotificationBuilder {
24 public NotificationBuilder setNotification(Notification notification) { in setNotification()
30 public NotificationBuilder setAllowedBehavior(NotificationBehavior behavior) { in setAllowedBehavior()
H A DExpoNotificationBuilder.java19 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java5 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
14 public abstract class BaseNotificationBuilder implements NotificationBuilder {
24 public NotificationBuilder setNotification(Notification notification) { in setNotification()
30 public NotificationBuilder setAllowedBehavior(NotificationBehavior behavior) { in setAllowedBehavior()
H A DExpoNotificationBuilder.java19 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DNotificationBuilder.java11 public interface NotificationBuilder { interface
18 NotificationBuilder setNotification(Notification notification); in setNotification()
27 NotificationBuilder setAllowedBehavior(NotificationBehavior behavior); in setAllowedBehavior()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DScopedExpoNotificationBuilder.kt6 import expo.modules.notifications.notifications.interfaces.NotificationBuilder
33 override fun setNotification(notification: Notification): NotificationBuilder { in setNotification()
/expo/tools/src/versioning/android/
H A Dandroid-packages-to-keep.txt15 expo.modules.notifications.notifications.interfaces.NotificationBuilder