Searched refs:NotificationBuilder (Results 1 – 11 of 11) sorted by relevance
5 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()
19 import expo.modules.notifications.notifications.interfaces.NotificationBuilder;
11 public interface NotificationBuilder { interface18 NotificationBuilder setNotification(Notification notification); in setNotification()27 NotificationBuilder setAllowedBehavior(NotificationBehavior behavior); in setAllowedBehavior()
6 import expo.modules.notifications.notifications.interfaces.NotificationBuilder33 override fun setNotification(notification: Notification): NotificationBuilder { in setNotification()
15 expo.modules.notifications.notifications.interfaces.NotificationBuilder