ios-能够使用customAuthorizer与MQTT WebSocket连接 iotDataManager.connectUsingWebSocket(withClientId:clientId,cleanSession:true,customAuthorizerName:IoTCustomAuthorizerName,tokenKeyName:IoTCustomAuthorizerTokenKeyName,tokenValue:tokenValue !, tokenSignature:tokenSignature !, statusCallback:mqttEventCallback)
,但是在Android中,无法将这些值传递给AWSIotMqttManager。 connect方法仅需要凭据提供者和回调
是否可以设置所有这些值