onNotificationCancelled abstract method

void onNotificationCancelled(
  1. Message message
)

Informs the app when Flurry Notification has been cancelled/dismissed by by users. Android only.

Implementation

void onNotificationCancelled(Message message);