Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MoJOs It then processes interactions without going beyond the users mobile device. This essentially caches all the required data on the mobile device increasing speed and decreasing data transmission delays.

 

Table of Contents

$t->addControlMessage( )

 A Journey Object (JO) or Data Suitcase is an XML file stored on the Blinkmobile server. This mADL function allows you to add a personal Data Suitcase into a device. You must ensure your source file is correctly formatted XML You can validate your source file at http://validator.w3.org/

...

 

$t->listjourneyobject( )

...

Parameters   

 
 
None

...

Return Values   

 
$t->result
Structured data / XML is returned to the variable $t

...

Code Block
themeRDark
languagephp
linenumberstrue
$listjo=$t->listJourneyObjects();
print_r($listjo);

...