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

skype.SkypeUser Maven / Gradle / Ivy

The newest version!
package skype;

public interface SkypeUser {
	public String getUserId();
	public String getDisplayName();
	public boolean isCurrentUser();
	public String getMailAddress();
	public String getPosterHeader();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy