Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotification.java12 private NotificationRequest mRequest; field in Notification
20 mRequest = request; in Notification()
25 mRequest = in.readParcelable(getClass().getClassLoader()); in Notification()
34 return mRequest; in getNotificationRequest()
56 dest.writeParcelable(mRequest, 0); in writeToParcel()