FirefoxWeb
public struct FirefoxWeb
Settings specific to the Firefox web platform.
-
The required intializer for the
FirefoxWebclass.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
FirefoxWeb Structure Reference