* Launch the application from the background in Android devices. * * Android only. * * @example * ```typescript * Iterable.wakeApp(); * ```
()
| 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. |