PACECloudSDK
/
cloud.pace.sdk.appkit.model
Package
cloud.
pace.
sdk.
appkit.
model
Types
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
Content copied to clipboard
App
Manifest
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
?)
Content copied to clipboard
Car
Link copied to clipboard
data class
Car
(vin:
String
?, fuelTyp:
String
?, expectedAmount:
Int
?, mileage:
Int
?)
Content copied to clipboard