MCPcopy Create free account
hub / github.com/Iterable/react-native-sdk / wakeApp

Method wakeApp

src/core/classes/IterableApi.ts:598–603  ·  view source on GitHub ↗

* Wake the app. * ANDROID ONLY

()

Source from the content-addressed store, hash-verified

596 * ANDROID ONLY
597 */
598 static wakeApp() {
599 if (Platform.OS === 'android') {
600 IterableLogger.log('wakeApp');
601 return RNIterableAPI.wakeApp();
602 }
603 }
604
605 /**
606 * Handle an app link -- this is used to handle deep links.

Callers

nothing calls this directly

Calls 2

logMethod · 0.80
wakeAppMethod · 0.65

Tested by

no test coverage detected