Uses of Class
org.robovm.apple.messages.MSStickerSize
| Package | Description |
|---|---|
| org.robovm.apple.messages |
-
Uses of MSStickerSize in org.robovm.apple.messages
Methods in org.robovm.apple.messages that return MSStickerSize Modifier and Type Method Description MSStickerSizeMSStickerBrowserView. getStickerSize()MSStickerSizeMSStickerBrowserViewController. getStickerSize()static MSStickerSizeMSStickerSize. valueOf(long n)Returns the enum constant of this type with the specified name.static MSStickerSizeMSStickerSize. valueOf(String name)Returns the enum constant of this type with the specified name.static MSStickerSize[]MSStickerSize. 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 MSStickerSize Modifier and Type Method Description protected longMSStickerBrowserView. init(CGRect frame, MSStickerSize stickerSize)protected longMSStickerBrowserViewController. init(MSStickerSize stickerSize)Constructors in org.robovm.apple.messages with parameters of type MSStickerSize Constructor Description MSStickerBrowserView(CGRect frame, MSStickerSize stickerSize)MSStickerBrowserViewController(MSStickerSize stickerSize)