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

Class Subscription

src/NativeModule.js:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81/// Internal Subscription instance
82/// @deprecated.
83class Subscription {
84 constructor(event, subscription, callback) {
85 this.event = event;
86 this.subscription = subscription;
87 this.callback = callback;
88 }
89}
90
91// Plugin event listener subscriptions
92// @deprecated.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected