FirefoxWeb
public struct FirefoxWeb
Settings specific to the Firefox web platform.
-
The required intializer for the
FirefoxWeb
class.Declaration
Swift
public init(title: String?, iconUrl: String? = nil, payload: [String : Any]? = nil, timeToLive: Double? = nil)
Parameters
title
title String.
iconUrl
(Optional) iconUrl value.
payload
(Optional) payload Json.
timeToLive
(Optional) timeToLive value.