Home
last modified time | relevance | path

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

/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/model/
H A DNotificationContent.java230 String categoryIdString = (String) in.readObject(); in readObject() local
231 if (categoryIdString == null) { in readObject()
234 mCategoryId = new String(categoryIdString); in readObject()