I am using AWS SDK to send push notifications to devices using direct messages. I was able to send message on Android using AmazonPinpointClient(creds).sendMessages(sendMessagesRequest)
.
I can find all equivalent classes on iOS except the AmazonPinpointClient
.
What's the corresponding class to use on iOS?