GUAPushResult
Data Structures
- Unity
- Unreal Engine
GUAPushResult
: push callback information, inherits from GUABaseResult, which includes basic information.
Parameter | Type | Description |
---|---|---|
Type | int | Type of received notification -1: Unknown 0: Remote notification received when game is running in the foreground 1: Remote notification received when game is running in the background 2: Local notification received when game is running in the foreground 3: Local notification received when game is running in the background |
Notification | string | Content of received notification |
GUAPushResult
: push callback information, inherits from GUABaseResult, which includes basic information.
Parameter | Type | Description |
---|---|---|
type | int | Type of received notification -1: Unknown 0: Remote notification received when game is running in the foreground 1: Remote notification received when game is running in the background 2: Local notification received when game is running in the foreground 3: Local notification received when game is running in the background |
notification | std::string | Content of received notification |