setAppKey method

CountlyConfig setAppKey(
  1. String appKey
)

app key for the application being tracked; find in the Countly Dashboard under Management > Applications. Mandatory field.

Implementation

CountlyConfig setAppKey(String appKey) {
  _appKey = appKey;
  return this;
}