Home
last modified time | relevance | path

Searched refs:NotificationContent (Results 1 – 25 of 65) sorted by relevance

123

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java22 public class NotificationContent implements Parcelable, Serializable { class
38 protected NotificationContent() { in NotificationContent() method in NotificationContent
41 public static final Creator<NotificationContent> CREATOR = new Creator<NotificationContent>() {
43 public NotificationContent createFromParcel(Parcel in) {
44 return new NotificationContent(in);
48 public NotificationContent[] newArray(int size) {
49 return new NotificationContent[size];
123 protected NotificationContent(Parcel in) { in NotificationContent() method in NotificationContent
337 public NotificationContent build() { in build()
338 NotificationContent content = new NotificationContent(); in build()
H A DNotificationRequest.java16 private NotificationContent mContent;
19 …public NotificationRequest(String identifier, NotificationContent content, NotificationTrigger tri… in NotificationRequest()
25 public NotificationContent getContent() { in getContent()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java8 import expo.modules.notifications.notifications.model.NotificationContent;
43 protected NotificationContent getNotificationContent() { in getNotificationContent()
H A DExpoNotificationBuilder.java21 import expo.modules.notifications.notifications.model.NotificationContent;
49 NotificationContent content = getNotificationContent(); in createBuilder()
154 NotificationContent content = getNotificationContent(); in shouldPlaySound()
172 NotificationContent content = getNotificationContent(); in shouldVibrate()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java8 import expo.modules.notifications.notifications.model.NotificationContent;
43 protected NotificationContent getNotificationContent() { in getNotificationContent()
H A DExpoNotificationBuilder.java21 import expo.modules.notifications.notifications.model.NotificationContent;
49 NotificationContent content = getNotificationContent(); in createBuilder()
154 NotificationContent content = getNotificationContent(); in shouldPlaySound()
172 NotificationContent content = getNotificationContent(); in shouldVibrate()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java8 import expo.modules.notifications.notifications.model.NotificationContent;
43 protected NotificationContent getNotificationContent() { in getNotificationContent()
H A DExpoNotificationBuilder.java21 import expo.modules.notifications.notifications.model.NotificationContent;
49 NotificationContent content = getNotificationContent(); in createBuilder()
154 NotificationContent content = getNotificationContent(); in shouldPlaySound()
172 NotificationContent content = getNotificationContent(); in shouldVibrate()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/builders/
H A DBaseNotificationBuilder.java8 import expo.modules.notifications.notifications.model.NotificationContent;
43 protected NotificationContent getNotificationContent() { in getNotificationContent()
H A DExpoNotificationBuilder.java21 import expo.modules.notifications.notifications.model.NotificationContent;
49 NotificationContent content = getNotificationContent(); in createBuilder()
154 NotificationContent content = getNotificationContent(); in shouldPlaySound()
172 NotificationContent content = getNotificationContent(); in shouldVibrate()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/model/
H A DScopedNotificationRequest.kt4 import expo.modules.notifications.notifications.model.NotificationContent
16 content: NotificationContent,
/expo/android/expoview/src/main/java/host/exp/exponent/fcm/
H A DExpoFirebaseMessagingDelegate.kt5 import expo.modules.notifications.notifications.model.NotificationContent
58 content: NotificationContent, in createNotificationRequest()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java17 import expo.modules.notifications.notifications.model.NotificationContent;
19 public class ArgumentsNotificationContentBuilder extends NotificationContent.Builder {
39 public NotificationContent.Builder setPayload(ReadableArguments payload) { in setPayload()
H A DJSONNotificationContentBuilder.java14 import expo.modules.notifications.notifications.model.NotificationContent;
16 public class JSONNotificationContentBuilder extends NotificationContent.Builder {
37 public NotificationContent.Builder setPayload(JSONObject payload) { in setPayload()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java17 import expo.modules.notifications.notifications.model.NotificationContent;
19 public class ArgumentsNotificationContentBuilder extends NotificationContent.Builder {
39 public NotificationContent.Builder setPayload(ReadableArguments payload) { in setPayload()
H A DJSONNotificationContentBuilder.java14 import expo.modules.notifications.notifications.model.NotificationContent;
16 public class JSONNotificationContentBuilder extends NotificationContent.Builder {
37 public NotificationContent.Builder setPayload(JSONObject payload) { in setPayload()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java17 import expo.modules.notifications.notifications.model.NotificationContent;
19 public class ArgumentsNotificationContentBuilder extends NotificationContent.Builder {
39 public NotificationContent.Builder setPayload(ReadableArguments payload) { in setPayload()
H A DJSONNotificationContentBuilder.java14 import expo.modules.notifications.notifications.model.NotificationContent;
16 public class JSONNotificationContentBuilder extends NotificationContent.Builder {
37 public NotificationContent.Builder setPayload(JSONObject payload) { in setPayload()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java19 import expo.modules.notifications.notifications.model.NotificationContent;
38NotificationContent content = new ArgumentsNotificationContentBuilder(getContext()).setPayload(pay… in presentNotificationAsync()
104 …protected NotificationRequest createNotificationRequest(String identifier, NotificationContent con… in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/
H A DArgumentsNotificationContentBuilder.java17 import expo.modules.notifications.notifications.model.NotificationContent;
19 public class ArgumentsNotificationContentBuilder extends NotificationContent.Builder {
39 public NotificationContent.Builder setPayload(ReadableArguments payload) { in setPayload()
H A DJSONNotificationContentBuilder.java14 import expo.modules.notifications.notifications.model.NotificationContent;
16 public class JSONNotificationContentBuilder extends NotificationContent.Builder {
37 public NotificationContent.Builder setPayload(JSONObject payload) { in setPayload()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java19 import expo.modules.notifications.notifications.model.NotificationContent;
38NotificationContent content = new ArgumentsNotificationContentBuilder(getContext()).setPayload(pay… in presentNotificationAsync()
104 …protected NotificationRequest createNotificationRequest(String identifier, NotificationContent con… in createNotificationRequest()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/notifications/presentation/
H A DExpoNotificationPresentationModule.java19 import expo.modules.notifications.notifications.model.NotificationContent;
38NotificationContent content = new ArgumentsNotificationContentBuilder(getContext()).setPayload(pay… in presentNotificationAsync()
104 …protected NotificationRequest createNotificationRequest(String identifier, NotificationContent con… in createNotificationRequest()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/interfaces/
H A DNotificationBuilder.java5 import expo.modules.notifications.notifications.model.NotificationContent;
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/
H A DFirebaseMessagingDelegate.kt9 import expo.modules.notifications.notifications.model.NotificationContent
117 content: NotificationContent, in createNotificationRequest()

123