cz.mmsparams.api.constants.SmsConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of MmsParamsAPI Show documentation
Show all versions of MmsParamsAPI Show documentation
Common library for MmsParams system
The newest version!
package cz.mmsparams.api.constants;
public class SmsConstants
{
private SmsConstants()
{
}
public static final int RESULT_CANCELED = 0;
public static final int RESULT_FIRST_USER = 1;
public static final int RESULT_OK = -1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy