Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationIntentService.kt65 setTokenError("Device push token is null") in onHandleIntent()
98 setTokenError(e) in onHandleIntent()
104setTokenError("Failed to update the native device token with the Expo push notification service") in onHandleIntent()
115 setTokenError(e) in onHandleIntent()
118setTokenError("Are you running in Genymotion? Follow this guide https://inthecheesefactory.com/blo… in onHandleIntent()
120 setTokenError(e) in onHandleIntent()
124 private fun setTokenError(e: Exception) { in setTokenError() method
130 private fun setTokenError(message: String) { in setTokenError() method