Message.Messages
An asynchronous sequence of messages from the App Store.
Declaration
struct MessagesOverview
The Message.Messages structure provides a sequence of messages that the App Store sends to your app. Iterate over the contents of this structure asynchronously to retrieve each message if your app needs to delay the message.
Don’t create this structure directly. Instead, use messages method to retrieve the messages.