setVersionName static method

void setVersionName(
  1. String versionName
)

Sets the versionName of the app.

Use this method to set versionName and for iOS, set version name with Builder.withAppVersion.

Implementation

static void setVersionName(String versionName) {
  flurryAgent?.setVersionName(versionName);
}