onNotification method
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() {}
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.
@mustCallSuper
@protected
void onNotification() {}