Uses of Class
org.robovm.apple.messages.MSMessagesAppPresentationStyle
| Package | Description |
|---|---|
| org.robovm.apple.messages |
-
Uses of MSMessagesAppPresentationStyle in org.robovm.apple.messages
Methods in org.robovm.apple.messages that return MSMessagesAppPresentationStyle Modifier and Type Method Description MSMessagesAppPresentationStyleMSMessagesAppViewController. getPresentationStyle()static MSMessagesAppPresentationStyleMSMessagesAppPresentationStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static MSMessagesAppPresentationStyleMSMessagesAppPresentationStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static MSMessagesAppPresentationStyle[]MSMessagesAppPresentationStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.messages with parameters of type MSMessagesAppPresentationStyle Modifier and Type Method Description voidMSMessagesAppViewController. didTransitionToPresentationStyle(MSMessagesAppPresentationStyle presentationStyle)voidMSMessagesAppViewController. requestPresentationStyle(MSMessagesAppPresentationStyle presentationStyle)voidMSMessagesAppViewController. willTransitionToPresentationStyle(MSMessagesAppPresentationStyle presentationStyle)