Package com.axemble.vdoc.sdk.utils
Interface ILightboxUtils
public interface ILightboxUtils
ILightboxUtils
Use this utils to create Lightbox links
-
Method Summary
-
Method Details
-
buildLightboxScreenLink
String buildLightboxScreenLink(String screenName, String screenAction, Map<String, String> parameters, boolean fullScreen) Build Lightbox Screen Link- Parameters:
screenName- the screen NamescreenAction- the screen Actionparameters- the parameters to open the screen with, can be nullfullScreen- if true, the lightbox will be open in full screen- Returns:
- the link
-