public final class MSMessagesAppPresentationStyle
extends java.lang.Object
Describes how the extension is presented in Messages. [@constant] MSMessagesAppPresentationStyleCompact The extension's UI is presented compact in the keyboard area. [@constant] MSMessagesAppPresentationStyleExpanded The extension's UI is presented expanded taking up most of the screen. [@constant] MSMessagesAppPresentationStyleTranscript The extension's UI is presented in the transcript of the conversation in Messages.
| Modifier and Type | Field and Description |
|---|---|
static long |
Compact |
static long |
Expanded |
static long |
Transcript |
public static final long Compact
public static final long Expanded
public static final long Transcript