Package apple.messages.enums
Class MSMessagesAppPresentationStyle
- java.lang.Object
-
- apple.messages.enums.MSMessagesAppPresentationStyle
-
public final class MSMessagesAppPresentationStyle extends java.lang.Object[@enum] MSMessagesAppPresentationStyle 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longCompactstatic longExpandedstatic longTranscript
-
-
-
Field Detail
-
Compact
public static final long Compact
- See Also:
- Constant Field Values
-
Expanded
public static final long Expanded
- See Also:
- Constant Field Values
-
Transcript
public static final long Transcript
- See Also:
- Constant Field Values
-
-