Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationIntentService.kt69 val sharedPreferencesToken = exponentSharedPreferences.getString(getSharedPrefsKey()) in onHandleIntent() constant
70 if (sharedPreferencesToken == token) { in onHandleIntent()
H A DNotificationHelper.kt104 …val sharedPreferencesToken = exponentSharedPreferences.getString(ExponentSharedPreferences.Exponen… in getPushNotificationToken() constant
105 if (sharedPreferencesToken == null || sharedPreferencesToken.isEmpty()) { in getPushNotificationToken()
118 put("deviceToken", sharedPreferencesToken) in getPushNotificationToken()