AWS SDK for Android 2.14.2
aws-amplify-ops
released this
05 Aug 22:17
·
1376 commits
to main
since this release
New Features
- AWS IoT
- Added an overloaded version of
subscribeToTopic()
method,
public void subscribeToTopic(final String topic, final AWSIotMqttQos qos, final AWSIotMqttSubscriptionStatusCallback subscriptionStatusCallback, final AWSIotMqttNewMessageCallback callback);
,
inAWSIotMqttManager
which accepts subscription status callback to notify users of the status of subscription operation.
See Issue#1005 for details.
- Added an overloaded version of
Misc. Updates
- Model updates for the following services
- Amazon Polly