HSBeaconFocusMode

Objective-C

enum HSBeaconFocusMode {}

Swift

enum HSBeaconFocusMode : UInt

HSBeaconFocusMode represents various configuration modes of Beacon. Allowing you to customize the experience your users have, from getting in contact right away, to a more self service approach. More info is available AT https://docs.helpscout.com/article/1296-work-with-beacon-modes

  • An option to see both help articles and contact options side by side

    Declaration

    Objective-C

    HSBeaconFocusModeNeutral

    Swift

    case neutral = 0
  • An option to see help articles first and contact options after interacting with content

    Declaration

    Objective-C

    HSBeaconFocusModeSelfService

    Swift

    case selfService = 1
  • An option to see contact options first and help articles second

    Declaration

    Objective-C

    HSBeaconFocusModeAskFirst

    Swift

    case askFirst = 2