
com.github.snowdream.android.app.UpdateFormat Maven / Gradle / Ivy
The newest version!
package com.github.snowdream.android.app;
/**
* The Format you want to transfer data.
* xml or json
*
* Created by snowdream on 12/31/13.
*/
public enum UpdateFormat {
/**
* Transfer the update info with the format xml.
*/
XML,
/**
* Transfer the update info with the format json.
*/
JSON
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy