xtendm3-sdk.0.18.3.source-code.SessionAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtendm3-sdk Show documentation
Show all versions of xtendm3-sdk Show documentation
XtendM3 SDK for developing XtendM3 Extensions locally
The newest version!
import java.util.Map;
/**
* API for session
*
* @since API Version 0.2.0
*/
public interface SessionAPI {
/**
* Get session parameters
*
* @return Map of session parameters
* @since API Version 0.2.0
*/
Map getParameters();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy