ChromeWeb

public struct ChromeWeb

Settings specific to the Chrome web platform.

  • The required intializer for the ChromeWeb 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.