MapTrip SDK Android Manual 9.8.8
Remote Class Reference

Static Public Member Functions

static void addRemoteListener (RemoteListener listener)
 
static Navigation createNavigationFromMTIHandle (final int mtiHandle)
 
static ApiError executeJSONCmd (final String commandData)
 
static Itinerary getItinerary ()
 
static void removeAllRemoteListeners ()
 
static void removeRemoteListener (RemoteListener listener)
 

Detailed Description

Member Function Documentation

◆ addRemoteListener()

static void addRemoteListener ( RemoteListener  listener)
static

◆ createNavigationFromMTIHandle()

static Navigation createNavigationFromMTIHandle ( final int  mtiHandle)
static

Creates a navigation object from a MTI handle.

Parameters
mtiHandle- a generic handle refering a navigation object
Returns
navigation object

◆ executeJSONCmd()

static ApiError executeJSONCmd ( final String  commandData)
static

Executes a MTI remote command. The result will be communicated via the callback RemoteListener.sendMTIMessage().

Parameters
commandData- json command to process
Returns
Errorcode

◆ getItinerary()

static Itinerary getItinerary ( )
static

Gets the MTI itinerary

Returns
the current MTI itinerary

◆ removeAllRemoteListeners()

static void removeAllRemoteListeners ( )
static

◆ removeRemoteListener()

static void removeRemoteListener ( RemoteListener  listener)
static

The documentation for this class was generated from the following file: