-
public class BranchPluginSupport
-
-
Method Summary
Modifier and Type Method Description static BranchPluginSupportgetInstance()Get the singleton instance for this class Map<String, Object>deviceDescription()SystemObserver.UniqueIdgetHardwareID()static booleanisNullOrEmptyOrBlank(String str)-
-
Method Detail
-
getInstance
static BranchPluginSupport getInstance()
Get the singleton instance for this class
-
deviceDescription
Map<String, Object> deviceDescription()
-
getHardwareID
SystemObserver.UniqueId getHardwareID()
-
isNullOrEmptyOrBlank
static boolean isNullOrEmptyOrBlank(String str)
-
-
-
-