Home
last modified time | relevance | path

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

/expo/packages/expo-maps/android/src/main/java/expo/modules/maps/googleMaps/placesUtils/
H A DGoogleMapsPlacesSearchCompleter.kt37 .setSessionToken(getToken()) in <lambda>()
47 private fun getToken(): AutocompleteSessionToken? { in <lambda>() method
48 return tokenUtils.getToken() in <lambda>()
H A DGoogleMapsPlacesTokenUtils.kt13 fun getToken(): AutocompleteSessionToken? { in getToken() method in expo.modules.maps.googleMaps.placesUtils.GoogleMapsPlacesTokenUtils
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/PlacesUtils/
H A DGoogleMapsPlacesTokenUtils.swift18 func getToken() -> GMSAutocompleteSessionToken? { in getToken() function
H A DGoogleMapsPlacesSearchCompleter.swift21 guard let token = tokenUtils.getToken() else { in autoComplete()
H A DGooglePlacesFetchPlace.swift23 guard let token = tokenUtils.getToken() else { in search()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/PlacesUtils/
H A DGoogleMapsPlacesTokenUtils.swift18 func getToken() -> GMSAutocompleteSessionToken? { in getToken() function
H A DGoogleMapsPlacesSearchCompleter.swift21 guard let token = tokenUtils.getToken() else { in autoComplete()
H A DGooglePlacesFetchPlace.swift23 guard let token = tokenUtils.getToken() else { in search()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/PlacesUtils/
H A DGoogleMapsPlacesTokenUtils.swift18 func getToken() -> GMSAutocompleteSessionToken? { in getToken() function
H A DGoogleMapsPlacesSearchCompleter.swift21 guard let token = tokenUtils.getToken() else { in autoComplete()
H A DGooglePlacesFetchPlace.swift23 guard let token = tokenUtils.getToken() else { in search()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DExponentNotificationIntentService.kt24 abstract fun getToken(): String? in getToken() method
63 val token = getToken() in onHandleIntent()
/expo/android/expoview/src/main/java/host/exp/exponent/fcm/
H A DFcmRegistrationIntentService.kt14 override fun getToken(): String { in <lambda>() method in host.exp.exponent.fcm.FcmRegistrationIntentService
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java64 FirebaseMessaging.getInstance().getToken() in getDevicePushTokenAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java64 FirebaseMessaging.getInstance().getToken() in getDevicePushTokenAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/notifications/tokens/
H A DPushTokenModule.java64 FirebaseMessaging.getInstance().getToken() in getDevicePushTokenAsync()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java117 String token = FirebaseMessaging.getInstance().getToken().getResult(); in getDevicePushTokenAsync()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java117 String token = FirebaseMessaging.getInstance().getToken().getResult(); in getDevicePushTokenAsync()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java117 String token = FirebaseMessaging.getInstance().getToken().getResult(); in getDevicePushTokenAsync()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/notifications/
H A DNotificationsModule.java117 String token = FirebaseMessaging.getInstance().getToken().getResult(); in getDevicePushTokenAsync()