setStage method

void setStage(
  1. String stage
)

Set the environment in wich the SDK will run.

Implementation

void setStage(String stage) {
  this.stage = stage;
}