setRef method

void setRef(
  1. String actionRef
)

Sets the ref property

Implementation

void setRef(String actionRef) {
  payload[EAPropertyKey.ACTION_REF] = actionRef;
}