ChromeAppExt
public struct ChromeAppExt
Settings specific to the Chrome apps and extensions platform.
-
The required intializer for the
ChromeAppExtclass.Declaration
Swift
public init(title: String?, iconUrl: String? = nil, collapseKey: String? = nil, delayWhileIdle: Bool? = false, payload: [String : Any]? = nil, timeToLive: Double? = nil)Parameters
titletitle String.
iconUrl(Optional)iconUrl String.
collapseKey(Optional) collapseKey String.
delayWhileIdle(Optional) delayWhileIdle value.
payload(Optional) payload Json.
timeToLive(Optional) timeToLive value.
View on GitHub
ChromeAppExt Structure Reference