notification_received


Description:

public virtual signal void notification_received (Object feed, Object item)

Emitted when a notification has been received and parsed.

The item is cached and unref'd when the FeedsSubscriber is destroyed or a new set of feeds is provided.

Parameters:

feed

the FeedChannel which has been updated.

item

the FeedItem received.