Class MobileDataHelper
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.mobile.MobileDataHelper
 
- 
- Direct Known Subclasses:
- NfcNdefMobileDataHelper
 
 public class MobileDataHelper extends java.lang.Object
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringscriptName()org.python.core.PyObjecttoPy(com.inductiveautomation.ignition.common.gson.JsonElement element)Converts the json element to the appropriate PyObject.
 
- 
- 
- 
Method Detail- 
scriptName@Nonnull public java.lang.String 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.
 
- 
 
-