Class MobileDataHelper
java.lang.Object
com.inductiveautomation.perspective.common.mobile.MobileDataHelper
- Direct Known Subclasses:
 NfcNdefMobileDataHelper
- 
Method Summary
Modifier and TypeMethodDescriptionorg.python.core.PyObjecttoPy(com.inductiveautomation.ignition.common.gson.JsonElement element) Converts the json element to the appropriate PyObject. 
- 
Method Details
- 
scriptName
 - 
toPy
@Nullable public org.python.core.PyObject toPy(@Nullable com.inductiveautomation.ignition.common.gson.JsonElement element) Converts the json element to the appropriate PyObject. Override if any custom handling is required before creating the PyObject. 
 -