Push callback information (PushResult)
Data Structure
FINTLPushResult: Inherited from FINTLBaseResult, contains basic information
| Parameters | Type | Explanation |
|---|---|---|
| Type | int | Type of message received -1: Unknown 0: Remote notification received while app is in foreground 1: Remote notification received while app is in background 2: Local notification received while app is in foreground 3: Local notification received while app is in background |
| Notification | string | Content of message received |