All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.messenger4j.common.WebviewHeightRatio Maven / Gradle / Ivy

Go to download

The ultimate Java library for building Chatbots on the Facebook Messenger Platform

There is a newer version: 1.1.0
Show newest version
package com.github.messenger4j.common;

/**
 * @author Max Grabenhorst
 * @since 0.6.0
 */
public enum WebviewHeightRatio {
    COMPACT,
    TALL,
    FULL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy