onNotificationReceived abstract method

bool onNotificationReceived(
  1. Message message
)

Informs the app when Flurry Notification received.

Returns true if you've handled the notification; false if you haven't and want Flurry to handle it. For Android only, you might want to return false for iOS.

Implementation

bool onNotificationReceived(Message message);