Push callback information (PushResult)
Data Structure
INTLPushResult: Inherits from INTLBaseResult, and contains the basic information
| Parameters | Type | Explanation |
|---|---|---|
| Type | int | Received message type -1: Unknown 0: Remote notification received when app is in foreground 1: Remote notification received when app is in background 2: Local notification received when app is in foreground 3: Local notification received when app is in background |
| Notification | string | Content of message received |