Protocols

The following protocols are available globally.

  • A file attached to the new conversation contact form.

    See more

    Declaration

    Objective-C

    @protocol HSBeaconContactFormAttachment

    Swift

    protocol HSBeaconContactFormAttachment
  • HSBeaconDelegate can optionally be set on your HSBeaconSettings object to customize the runtime behavior of the Beacon SDK.

    See more

    Declaration

    Objective-C

    @protocol HSBeaconDelegate <NSObject>

    Swift

    protocol HSBeaconDelegate : NSObjectProtocol
  • This protocol indicates an object can be passed into suggesiton overides via the HSBeacon suggestWithItems: method.

    Declaration

    Objective-C

    @protocol HSBeaconSuggestionItem

    Swift

    protocol HSBeaconSuggestionItem