Home
last modified time | relevance | path

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

/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DManifest.kt190 fun getNotificationPreferences(): JSONObject? { in updateJSON() method in expo.modules.manifests.core.Manifest
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt56 …val colorStringLocal = colorString ?: manifest.getNotificationPreferences()?.getNullable(ExponentM… in getColor()
70 val notificationPreferences = manifest.getNotificationPreferences() in loadIcon()