xref: /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ExpoNotificationsService.kt (revision 33643b60)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package host.exp.exponent.notifications
2 
3 import android.content.Context
4 import expo.modules.notifications.service.NotificationsService
5 import expo.modules.notifications.service.interfaces.PresentationDelegate
6 import host.exp.exponent.notifications.delegates.ScopedExpoPresentationDelegate
7 
8 class ExpoNotificationsService : NotificationsService() {
9   override fun getPresentationDelegate(context: Context): PresentationDelegate =
10     ScopedExpoPresentationDelegate(context)
11 }
12 

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026