DeviceCapability

public enum DeviceCapability
extension DeviceCapability: Equatable, Hashable

A “capability” offered by a device.

In the FxA ecosystem, connected devices may advertize their ability to respond to various “commands” that can be invoked by other devices. The details of executing these commands are encapsulated as part of the FxA Client component, so consumers simply need to select which ones they want to support, and can use the variants of this enum to do so.

  • Declaration

    Swift

    case sendTab
  • Declaration

    Swift

    case closeTabs