Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationConstants.kt17 const val NOTIFICATION_EXPERIENCE_CHANNEL_ID = "expo-experience" constant
H A DExponentNotificationManager.kt57 NotificationConstants.NOTIFICATION_EXPERIENCE_CHANNEL_ID, in maybeCreateExpoPersistentNotificationChannel()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt706 NotificationCompat.Builder(this, NotificationConstants.NOTIFICATION_EXPERIENCE_CHANNEL_ID) in <lambda>()