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

Method wakeApp

src/core/classes/Iterable.ts:520–524  ·  view source on GitHub ↗

* Launch the application from the background in Android devices. * * Android only. * * @example * ```typescript * Iterable.wakeApp(); * ```

()

Source from the content-addressed store, hash-verified

518 * ```
519 */
520 static wakeApp() {
521 if (Platform.OS === 'android') {
522 IterableApi.wakeApp();
523 }
524 }
525
526 /**
527 * Create a purchase event on the current user's Iterable profile.

Callers

nothing calls this directly

Calls 1

wakeAppMethod · 0.65

Tested by

no test coverage detected