-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ShareMessengerGenericTemplateContent.ImageAspectRatioThe aspect ratio for when the image is rendered in the generic template bubble after beingshared
-
-
Enum Constant Summary
Enum Constants Enum Constant Description HORIZONTALThe aspect ratio for image is 1:1.91.
SQUAREThe aspect ratio for image is 1:1.
-
Method Summary
Modifier and Type Method Description static Array<ShareMessengerGenericTemplateContent.ImageAspectRatio>values()static ShareMessengerGenericTemplateContent.ImageAspectRatiovalueOf(String name)-
-
Method Detail
-
values
static Array<ShareMessengerGenericTemplateContent.ImageAspectRatio> values()
-
valueOf
static ShareMessengerGenericTemplateContent.ImageAspectRatio valueOf(String name)
-
-
-
-