setSdkType method

void setSdkType(
  1. String sdkType
)

Implementation

void setSdkType(String sdkType) {
  this.sdkType = sdkType;
}