addActions method

Add actions to the push notification

Implementation

JetNotifications addActions(List<AndroidNotificationAction> actions) {
  _actions = actions;
  return this;
}