Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/fcm/
H A DFcmRegistrationIntentService.kt10 class FcmRegistrationIntentService : ExponentNotificationIntentService(TAG) { in <lambda>() class
31 private val TAG = FcmRegistrationIntentService::class.java.simpleName in <lambda>()
49 FcmRegistrationIntentService().apply { in <lambda>()
H A DExpoFirebaseMessagingDelegate.kt22 FcmRegistrationIntentService.registerForeground(context.applicationContext, token) in onNewToken()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt23 import host.exp.exponent.fcm.FcmRegistrationIntentService
93 FcmRegistrationIntentService.getTokenAndRegister(exponentSharedPreferences.context) in getPushNotificationToken()