Package cloud.pace.sdk.appkit.model

Types

App
Link copied to clipboard
data class App(name: String, shortName: String, description: String?, url: String, logo: Bitmap?, iconBackgroundColor: String?, textBackgroundColor: String?, textColor: String?, display: String?, poiId: String?) : Parcelable
AppManifest
Link copied to clipboard
class AppManifest(name: String?, shortName: String?, description: String?, startUrl: String?, display: String?, backgroundColor: String?, icons: Array<AppManifest.AppIcons>?, sdkStartUrl: String?, themeColor: String?, textColor: String?)
Car
Link copied to clipboard
data class Car(vin: String?, fuelTyp: String?, expectedAmount: Int?, mileage: Int?)