Method GetLastRespondedNotification
GetLastRespondedNotification()
Use this to retrieve the last local or remote notification received by the app. Do not call this in Awake or Start of the first scene, wait for at least a frame. On cold app start iOS reports this with small delay.
Declaration
public static iOSNotification GetLastRespondedNotification()
Returns
| Type | Description |
|---|---|
| iOSNotification | Returns the last local or remote notification used to open the app or clicked on by the user. If no notification is available it returns null. |