Searched refs:FcmRegistrationIntentService (Results 1 – 3 of 3) sorted by relevance
10 class FcmRegistrationIntentService : ExponentNotificationIntentService(TAG) { in <lambda>() class31 private val TAG = FcmRegistrationIntentService::class.java.simpleName in <lambda>()49 FcmRegistrationIntentService().apply { in <lambda>()
22 FcmRegistrationIntentService.registerForeground(context.applicationContext, token) in onNewToken()
23 import host.exp.exponent.fcm.FcmRegistrationIntentService93 FcmRegistrationIntentService.getTokenAndRegister(exponentSharedPreferences.context) in getPushNotificationToken()