getClickAction method

String? getClickAction()

Gets the value of android.notification.click_action field.

Returns the value of android.notification.click_action field, or null if absent.

Implementation

String? getClickAction() {
  return _clickAction;
}