MapTrip SDK Android Manual 9.9.7
UpdateState Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static UpdateState getByInt (int intVal)
 

Public Attributes

 MANDATORY_UPDATE =(2)
 
 NO_UPDATE =(0)
 
 REGULAR_UPDATE =(1)
 

Detailed Description

enum type Update state of a DataSet.

Member Function Documentation

◆ getByInt()

static UpdateState getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ MANDATORY_UPDATE

MANDATORY_UPDATE =(2)

There is a mandatory update for this DataSet. If this update will not be installed, some of the functions of the API will not work.

◆ NO_UPDATE

NO_UPDATE =(0)

There is no update for this DataSet.

◆ REGULAR_UPDATE

REGULAR_UPDATE =(1)

There is an regular update for this DataSet.


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