ConnectResponse

public enum ConnectResponse

Describes a response given while attempting to whitelist a new username.

  • Indicates that a link is required (i.e. the link button should be pressed on the hub)

    Declaration

    Swift

    case linkRequired
  • Indicates that a link was successful. username contains the whitelisted user ID.

    Declaration

    Swift

    case linked(username: String)