getAppName method

String getAppName()

Returns app's name.

Implementation

String getAppName() {
  return appName;
}