MCPcopy Create free account
hub / github.com/transistorsoft/react-native-background-geolocation / ready

Method ready

src/NativeModule.js:164–166  ·  view source on GitHub ↗

* Core API Methods

(config)

Source from the content-addressed store, hash-verified

162 * Core API Methods
163 */
164 static ready(config) {
165 return RNBackgroundGeolocation.ready(validateConfig(config));
166 }
167
168 static configure(config) {
169 console.warn('[BackgroundGeolocation] Method #configure is deprecated in favor of #ready');

Callers

nothing calls this directly

Calls 2

validateConfigFunction · 0.85
readyMethod · 0.65

Tested by

no test coverage detected