XAppBuildVar.PLAY

Here are the examples of the java api XAppBuildVar.PLAY taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

18 Source : XAPMApplication.java
with Apache License 2.0
from starscryer

public static boolean isPlayVersion() {
    return XAppBuildVar.BUILD_VARS.contains(XAppBuildVar.PLAY);
}