Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationResponse.java13 private NotificationAction mAction; field in NotificationResponse
17 mAction = action; in NotificationResponse()
22 return mAction; in getAction()
26 return mAction.getIdentifier(); in getActionIdentifier()
51 mAction = in.readParcelable(getClass().getClassLoader()); in NotificationResponse()
57 dest.writeParcelable(mAction, 0); in writeToParcel()