ChromeWeb
public struct ChromeWeb
Settings specific to the Chrome web platform.
-
The required intializer for the
ChromeWebclass.Declaration
Swift
public init(title: String?, iconUrl: String? = nil, payload: [String : Any]? = nil, timeToLive: Double? = nil)Parameters
titletitle String.
iconUrl(Optional) iconUrl value.
payload(Optional) payload Json.
timeToLive(Optional) timeToLive value.
View on GitHub
ChromeWeb Structure Reference