setAction method

Intent setAction(
  1. String action
)

Implementation

Intent setAction(String action) {
  _action = action;
  return this;
}