| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/ |
| H A D | NotificationContent.java | 22 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 D | NotificationRequest.java | 16 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 D | BaseNotificationBuilder.java | 8 import expo.modules.notifications.notifications.model.NotificationContent; 43 protected NotificationContent getNotificationContent() { in getNotificationContent()
|
| H A D | ExpoNotificationBuilder.java | 21 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 D | BaseNotificationBuilder.java | 8 import expo.modules.notifications.notifications.model.NotificationContent; 43 protected NotificationContent getNotificationContent() { in getNotificationContent()
|
| H A D | ExpoNotificationBuilder.java | 21 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 D | BaseNotificationBuilder.java | 8 import expo.modules.notifications.notifications.model.NotificationContent; 43 protected NotificationContent getNotificationContent() { in getNotificationContent()
|
| H A D | ExpoNotificationBuilder.java | 21 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 D | BaseNotificationBuilder.java | 8 import expo.modules.notifications.notifications.model.NotificationContent; 43 protected NotificationContent getNotificationContent() { in getNotificationContent()
|
| H A D | ExpoNotificationBuilder.java | 21 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 D | ScopedNotificationRequest.kt | 4 import expo.modules.notifications.notifications.model.NotificationContent 16 content: NotificationContent,
|
| /expo/android/expoview/src/main/java/host/exp/exponent/fcm/ |
| H A D | ExpoFirebaseMessagingDelegate.kt | 5 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 D | ArgumentsNotificationContentBuilder.java | 17 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 D | JSONNotificationContentBuilder.java | 14 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 D | ArgumentsNotificationContentBuilder.java | 17 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 D | JSONNotificationContentBuilder.java | 14 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 D | ArgumentsNotificationContentBuilder.java | 17 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 D | JSONNotificationContentBuilder.java | 14 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 D | ExpoNotificationPresentationModule.java | 19 import expo.modules.notifications.notifications.model.NotificationContent; 38 …NotificationContent 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 D | ArgumentsNotificationContentBuilder.java | 17 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 D | JSONNotificationContentBuilder.java | 14 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 D | ExpoNotificationPresentationModule.java | 19 import expo.modules.notifications.notifications.model.NotificationContent; 38 …NotificationContent 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 D | ExpoNotificationPresentationModule.java | 19 import expo.modules.notifications.notifications.model.NotificationContent; 38 …NotificationContent 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 D | NotificationBuilder.java | 5 import expo.modules.notifications.notifications.model.NotificationContent;
|
| /expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/service/delegates/ |
| H A D | FirebaseMessagingDelegate.kt | 9 import expo.modules.notifications.notifications.model.NotificationContent 117 content: NotificationContent, in createNotificationRequest()
|