onNotificationClicked abstract method
Informs the app when Flurry Notification receives an action.
Return 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 onNotificationClicked(Message message);