GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.favorites.model / Favorite

Favorite

class Favorite

Database entity, representing a table with one column referencing to a place marked as favorite.

Constructors

Name Summary
<init> Favorite()
Database entity, representing a table with one column referencing to a place marked as favorite.

Properties

Name Summary
id lateinit var id:String
state var state:Int

Companion Object Properties

Name Summary
STATE_SYNCED const val STATE_SYNCED:Int
STATE_TO_ADD const val STATE_TO_ADD:Int
STATE_TO_REMOVE const val STATE_TO_REMOVE:Int