getFetchedNotifications

Returns a copy of all notifications that have been fetched until now, ordered by reverse chronological order (meaning that the first message is the newest one, and the last one the oldest). Note that this array will be empty until you call fetchNewNotifications, and will only grow on subsequent fetches. This operation is quite extensive: you should cache this result until you call fetch*.