Push callback information (GUAPushResult)
Data Structure
- Unity
- Unreal Engine
GUAPushResult: Push callback information, inherited from GUABaseResult, and contains basic information.
| Parameters | Type | Description |
|---|---|---|
| Type | int | Type of Message Received -1: Unknown 0: Remote notification received while the app is in the foreground 1: Remote notification received while the app is in the background 2: Local notification received while the app is in the foreground 3: Local notification received while the app is in the background |
| Notification | string | Content of message received |
GUAPushResult: Push callback information, inherited from GUABaseResult, and contains basic information.
| Parameters | Type | Description |
|---|---|---|
| Category | int | Type of Message Received -1: Unknown 0: Remote notification received while the app is in the foreground 1: Remote notification received while the app is in the background 2: Local notification received while the app is in the foreground 3: Local notification received while the app is in the background |
| notification | std::string | Content of message received |