Package apple.messages.enums
Class MSStickerSize
- java.lang.Object
-
- apple.messages.enums.MSStickerSize
-
public final class MSStickerSize extends java.lang.Object[@enum] MSStickerSize Sticker size is used to control the display size of the stickers in the Sticker Browser View. [@constant] MSStickerSizeSmall Stickers will be drawn in a small frame. [@constant] MSStickerSizeRegular Stickers will be drawn in a medium frame. [@constant] MSStickerSizeLarge Stickers will be drawn in a large frame.
-
-
Field Detail
-
Small
public static final long Small
- See Also:
- Constant Field Values
-
Regular
public static final long Regular
- See Also:
- Constant Field Values
-
Large
public static final long Large
- See Also:
- Constant Field Values
-
-