SecurePairingInfo

public struct SecurePairingInfo

Specifies the information to be displayed in the secure pairing user interface.

  • Asset type, either an image or a video, with an associated source URL.

    See more

    Declaration

    Swift

    @frozen
    public enum Asset
  • The product ID for the device being paired.

    Declaration

    Swift

    public var productId: UInt16
  • The variant for the device being paired.

    Declaration

    Swift

    public var variant: UInt8
  • The visual asset to display.

    Declaration

    Swift

    public var asset: Asset