* Get the last push payload.
()
| 660 | * Get the last push payload. |
| 661 | */ |
| 662 | static getLastPushPayload() { |
| 663 | IterableLogger.log('getLastPushPayload'); |
| 664 | return RNIterableAPI.getLastPushPayload(); |
| 665 | } |
| 666 | |
| 667 | /** |
| 668 | * Get the attribution info. |
nothing calls this directly
no test coverage detected