Package im.getsocial.sdk.ui
Class GetSocialUi
- java.lang.Object
-
- im.getsocial.sdk.ui.GetSocialUi
-
public final class GetSocialUi extends java.lang.Object
Class contains methods to access GetSocial UI API.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
closeView()
Close the GetSocial View without state save.static void
closeView(boolean saveViewState)
Close the GetSocial View.static boolean
loadConfiguration(java.lang.String path)
static boolean
loadDefaultConfiguration()
static void
restoreView()
Displays GetSocial view, which was hidden using closeView.static boolean
showView(ViewBuilder viewBuilder)
-
-
-
Method Detail
-
loadDefaultConfiguration
public static boolean loadDefaultConfiguration()
-
loadConfiguration
public static boolean loadConfiguration(java.lang.String path)
-
showView
public static boolean showView(ViewBuilder viewBuilder)
-
closeView
public static void closeView()
Close the GetSocial View without state save.
-
closeView
public static void closeView(boolean saveViewState)
Close the GetSocial View.- Parameters:
saveViewState
- true if the state of GetSocial view needs to be restored later by calling restoreView.
-
restoreView
public static void restoreView()
Displays GetSocial view, which was hidden using closeView.
-
-