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

skype.SkypeChatHistoryIndex Maven / Gradle / Ivy

The newest version!
package skype;

public interface SkypeChatHistoryIndex {

	boolean containsMessageByContentId(String chatContentId);

	void addMessageToIndex(SkypeChat chatToWrite);

	void save();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy