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

com.acrolinx.sidebar.AcrolinxStorage Maven / Gradle / Ivy

/* Copyright (c) 2018 Acrolinx GmbH */
package com.acrolinx.sidebar;

/**
 * Functionality only available with sidebar version 14.4.3
 *
 * 

Use to overwrite the browser's local storage. */ public interface AcrolinxStorage { String getItem(String key); void removeItem(String key); void setItem(String key, String data); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy