The extension’s current presentation style.
SDK
- iOS 10.0+
Framework
- Messages
Declaration
var presentationStyle: MSMessages App Presentation Style { get }
Discussion
The presentation style defines how the extension appears in the Messages app. The property’s value is set by the following actions:
The user selects the extension in the app drawer: The Messages app launches the extension using the
MSMessages
style.App Presentation Style .compact The user selects a message in the transcript that represents one of the extension’s
MSMessage
objects: The Messages app launches the extension using theMSMessages
style.App Presentation Style .expanded The user taps the collapse and expand buttons while the extension is running: The Messages app changes the current presentation style.
You programmatically set the presentation style by calling the
request
method.Presentation Style(_:)