* Wake the app. * ANDROID ONLY
()
| 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. |