TLoginOption constructor

TLoginOption({
  1. String enterpriseId = "",
  2. String loginKey = "",
  3. String loginSecret = "",
  4. TLoginType loginType = TLoginType.CRM_ID_AND_PWD,
  5. TPlatformType platformType = TPlatformType.Platform_CTI,
  6. String bindTel = "",
  7. String showName = "",
  8. bool isTelExplicit = false,
  9. dynamic advanceParams,
})

Implementation

TLoginOption(
    {this.enterpriseId = "",
      this.loginKey = "",
      this.loginSecret = "",
      this.loginType = TLoginType.CRM_ID_AND_PWD,
      this.platformType = TPlatformType.Platform_CTI,
      this.bindTel = "",
      this.showName = "",
      this.isTelExplicit = false,
      advanceParams})
    : advanceParams = (advanceParams ?? HashMap());