Package org.ametys.plugins.mobileapp
Class PostConstants
- java.lang.Object
 - 
- org.ametys.plugins.mobileapp.PostConstants
 
 
- 
public final class PostConstants extends Object
A holder for various constants for the mobileapp 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intIMAGE_SIZESize of the imagesstatic StringLANGParameter containing the requested languagestatic StringNOTIF_TOKENParameter containing the push token 
 - 
 
- 
- 
Field Detail
- 
IMAGE_SIZE
public static final int IMAGE_SIZE
Size of the images- See Also:
 - Constant Field Values
 
 
- 
LANG
public static final String LANG
Parameter containing the requested language- See Also:
 - Constant Field Values
 
 
- 
NOTIF_TOKEN
public static final String NOTIF_TOKEN
Parameter containing the push token- See Also:
 - Constant Field Values
 
 
 - 
 
 -