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

cn.bestwu.umeng.push.android.AndroidFilecast Maven / Gradle / Ivy

There is a newer version: 1.5.5
Show newest version
package cn.bestwu.umeng.push.android;

public class AndroidFilecast extends AndroidNotification {
	public AndroidFilecast() throws Exception {
		this.setPredefinedKeyValue("type", "filecast");
	}

	public void setFileId(String fileId) throws Exception {
		setPredefinedKeyValue("file_id", fileId);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy