onNotification method

  1. @mustCallSuper
  2. @protected
void onNotification()

Callback from the OS when this task is clicked by the user in the OS notification system.

Default implementation is no-op, but can be extended in sub-classes.

Implementation

@mustCallSuper
@protected
void onNotification() {}