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

cz.mmsparams.api.constants.SmsConstants Maven / Gradle / Ivy

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