TLoginOption constructor
TLoginOption({
- String enterpriseId = "",
- String loginKey = "",
- String loginSecret = "",
- TLoginType loginType = TLoginType.CRM_ID_AND_PWD,
- TPlatformType platformType = TPlatformType.Platform_CTI,
- String bindTel = "",
- String showName = "",
- bool isTelExplicit = false,
- 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());