AppManifest

class AppManifest(name: String?, shortName: String?, description: String?, startUrl: String?, display: String?, backgroundColor: String?, icons: Array<AppManifest.AppIcons>?, sdkStartUrl: String?, themeColor: String?, textColor: String?)

Types

AppIcons
Link copied to clipboard
data class AppIcons(src: String, sizes: String, type: String)

Properties

backgroundColor
Link copied to clipboard
@SerializedName(value = "background_color")
var backgroundColor: String?
description
Link copied to clipboard
var description: String?
display
Link copied to clipboard
var display: String?
icons
Link copied to clipboard
var icons: Array<AppManifest.AppIcons>?
name
Link copied to clipboard
var name: String?
sdkStartUrl
Link copied to clipboard
@SerializedName(value = "pace_pwa_sdk_start_url")
var sdkStartUrl: String?
shortName
Link copied to clipboard
@SerializedName(value = "short_name")
var shortName: String?
startUrl
Link copied to clipboard
@SerializedName(value = "start_url")
var startUrl: String?
textColor
Link copied to clipboard
@SerializedName(value = "text_color")
var textColor: String?
themeColor
Link copied to clipboard
@SerializedName(value = "theme_color")
var themeColor: String?