setAppVersion method

void setAppVersion(
  1. String appVersion
)

Set the running app's version string (semver, e.g. "3.2.1"). Used in the NPS push context for server-side version filtering.

Implementation

void setAppVersion(String appVersion) {
  _appVersion = appVersion;
}