Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExponentManifest.kt234 const val MANIFEST_NOTIFICATION_ICON_URL_KEY = "iconUrl" constant
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt75 … iconUrl = notificationPreferences.getNullable(ExponentManifest.MANIFEST_NOTIFICATION_ICON_URL_KEY) in loadIcon()