onBackgroundMissedCallActionClicked method

  1. @override
void onBackgroundMissedCallActionClicked(
  1. BackgroundMissedCallActionClickedHandler handler
)
override

Registers a callback to handle the notification action clicked over missed call notification when the app is in the killed state.

Implementation

@override
void onBackgroundMissedCallActionClicked(BackgroundMissedCallActionClickedHandler handler) {
  _registerEventHandler(handler, "registerBackgroundMissedCallActionClickedHandler");
}