PushResult
Data structure
INTLPushResult: Inherits from INTLBaseResult, 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 |