FirmwareUpdateApp
@frozen
public enum FirmwareUpdateApp
Indicates the iOS app that can be used to update the device’s firmware.
-
Indicates that the Bose Connect app is to be used to update the device’s firmware.
Declaration
Swift
case boseConnect -
Indicates that the Bose Music app is to be used to update the device’s firmware.
Declaration
Swift
case boseMusic -
The URL to open (e.g., via
UIApplication.open(_:options:completionHandler:)) to launch this firmware update app.Declaration
Swift
public var url: URL { get }
-
Returns the name of the Bose App
Declaration
Swift
public var description: String { get }
FirmwareUpdateApp Enumeration Reference