setAndroidKey method

void setAndroidKey(
  1. String sdkKey
)

Implementation

void setAndroidKey(String sdkKey) {
    androidSDKKey = sdkKey;
}