com.github.messenger4j.common.WebviewHeightRatio Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messenger4j Show documentation
Show all versions of messenger4j Show documentation
The ultimate Java library for building Chatbots on the Facebook Messenger Platform
package com.github.messenger4j.common;
/**
* @author Max Grabenhorst
* @since 0.6.0
*/
public enum WebviewHeightRatio {
COMPACT,
TALL,
FULL
}