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